mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Fix missing box shadow for light theme results
Related to 65796fd1a5c2b3a3b89e4fa14cde2b76970a7bea Fixes an issue where box shadows were missing for light theme results.
This commit is contained in:
parent
35ac5ac82f
commit
d51be4f529
@ -42,6 +42,7 @@ select {
|
|||||||
background-color: var(--whoogle-result-bg) !important;
|
background-color: var(--whoogle-result-bg) !important;
|
||||||
margin-bottom: 10px !important;
|
margin-bottom: 10px !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
|
box-shadow: 0 1px 6px rgba(32,33,36,0.28) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.BVG0Nb {
|
.BVG0Nb {
|
||||||
@ -50,7 +51,6 @@ select {
|
|||||||
|
|
||||||
.ZINbbc.luh4tb {
|
.ZINbbc.luh4tb {
|
||||||
background: var(--whoogle-result-bg) !important;
|
background: var(--whoogle-result-bg) !important;
|
||||||
box-shadow: 0 1px 6px rgba(32,33,36,0.28) !important;
|
|
||||||
margin-bottom: 24px !important;
|
margin-bottom: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user