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:
Saran Tunyasuvunakool
2023-10-05 05:33:14 -07:00
committed by Copybara-Service
parent 22fab04c02
commit 991aa97bc4
+5
View File
@@ -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%;
}