mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
chore: fix search result color (#22962)
Some parts of the search results window are hard to read. Let's fix this. Before: see live website After:  
This commit is contained in:
@@ -95,3 +95,9 @@ input[type="search"]::-ms-clear {
|
||||
.navbar-group:first-of-type {
|
||||
margin-top: 0.2rem !important;
|
||||
}
|
||||
|
||||
#search-page-results {
|
||||
mark:where(.dark, .dark *) {
|
||||
color: var(--color-blue-400);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -253,3 +253,7 @@
|
||||
@utility chip {
|
||||
@apply border-divider-light dark:border-divider-dark inline-flex items-center gap-1 rounded-full border bg-gray-100 px-2 text-sm text-gray-800 select-none dark:bg-gray-700 dark:text-gray-200;
|
||||
}
|
||||
|
||||
@utility pagination-link {
|
||||
@apply flex items-center justify-center rounded-sm p-2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user