1
0
mirror of https://github.com/benbusby/whoogle-search.git synced 2021-09-19 22:48:34 +03:00

Set bg color for "top stories" elements

This commit is contained in:
Ben Busby
2021-07-05 00:18:28 -04:00
parent 38c38a772f
commit 694642ccb3
2 changed files with 8 additions and 0 deletions

View File

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

View File

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