Set bg color for "top stories" elements

main
Ben Busby 2021-07-05 00:18:28 -04:00
parent 38c38a772f
commit 694642ccb3
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14
2 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,10 @@ select {
background-color: var(--whoogle-dark-result-bg) !important; background-color: var(--whoogle-dark-result-bg) !important;
} }
.BVG0Nb {
background-color: var(--whoogle-dark-result-bg) !important;
}
.bRsWnc { .bRsWnc {
background-color: var(--whoogle-dark-result-bg) !important; background-color: var(--whoogle-dark-result-bg) !important;
} }

View File

@ -36,6 +36,10 @@ select {
background-color: var(--whoogle-result-bg) !important; background-color: var(--whoogle-result-bg) !important;
} }
.BVG0Nb {
background-color: var(--whoogle-result-bg) !important;
}
.bRsWnc { .bRsWnc {
background-color: var(--whoogle-result-bg) !important; background-color: var(--whoogle-result-bg) !important;
} }