mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Set bg color for "top stories" elements
This commit is contained in:
parent
38c38a772f
commit
694642ccb3
2 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue