Tweak CSS selector
PiperOrigin-RevId: 572980162 Change-Id: Ic4d4e58f20c4324d24824fd2b62f4138e5384a5d
This commit is contained in:
committed by
Copybara-Service
parent
59164702ab
commit
36de0cc084
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user