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.
pull/696/head
Ben Busby 2 years ago
parent 605338e998
commit f5c47234de
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

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

Loading…
Cancel
Save