Tweak CSS selector

PiperOrigin-RevId: 572980162
Change-Id: Ic4d4e58f20c4324d24824fd2b62f4138e5384a5d
This commit is contained in:
Saran Tunyasuvunakool
2023-10-12 12:25:05 -07:00
committed by Copybara-Service
parent 59164702ab
commit 36de0cc084
+1 -1
View File
@@ -19,7 +19,7 @@ body {
}
/* Make the search bar query text readable in dark theme. */
body[data-theme=dark] {
body:not([data-theme="light"]) {
--color-sidebar-search-foreground: white;
}