Make the doc search text readable in dark theme.
Currently it's dark blue text on dark grey background. PiperOrigin-RevId: 570985075 Change-Id: I7dc97163babd4d6c2f99fa600b259274e69fdd8b
This commit is contained in:
committed by
Copybara-Service
parent
22fab04c02
commit
991aa97bc4
@@ -18,6 +18,11 @@ body {
|
||||
color: var(--body-color);
|
||||
}
|
||||
|
||||
/* Make the search bar query text readable in dark theme. */
|
||||
body[data-theme=dark] {
|
||||
--color-sidebar-search-foreground: white;
|
||||
}
|
||||
|
||||
.schema-small {
|
||||
font-size: 93%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user