Hide line below search bar in dark themes

The results return an empty div with a background color set (not sure
why, not generated on Whoogle's side). This unsets the background color
so that at least it isn't visible.
This commit is contained in:
Ben Busby
2024-09-30 11:57:12 -06:00
parent a016a1bcf4
commit 5eb609d0b2
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -70,6 +70,10 @@ select {
border-radius: 8px !important;
}
.BsXmcf {
background-color: unset !important;
}
.KP7LCb {
box-shadow: 0 0 0 0 !important;
}