Fix time filter background color

The time filter (past day/hour/month/etc) was using the result element
background color instead of the page background color, which wasn't
providing enough contrast with the default text color.
main
Ben Busby 2022-03-25 12:14:57 -06:00
parent 605338e998
commit f5c47234de
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ select {
} }
.sa1toc { .sa1toc {
background: var(--whoogle-dark-element-bg) !important; background: var(--whoogle-dark-page-bg) !important;
} }
#search-bar { #search-bar {