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
parent
605338e998
commit
f5c47234de
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue