diff --git a/doc/css/theme_overrides.css b/doc/css/theme_overrides.css index 44a37261..707bddb0 100644 --- a/doc/css/theme_overrides.css +++ b/doc/css/theme_overrides.css @@ -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%; }