Fix missing box shadow for light theme results

Related to 65796fd1a5

Fixes an issue where box shadows were missing for light theme results.
このコミットが含まれているのは:
Ben Busby 2022-06-10 08:58:31 -06:00
コミット d51be4f529
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B9B7231E01D924A1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -42,6 +42,7 @@ select {
background-color: var(--whoogle-result-bg) !important;
margin-bottom: 10px !important;
border-radius: 8px !important;
box-shadow: 0 1px 6px rgba(32,33,36,0.28) !important;
}
.BVG0Nb {
@ -50,7 +51,6 @@ select {
.ZINbbc.luh4tb {
background: var(--whoogle-result-bg) !important;
box-shadow: 0 1px 6px rgba(32,33,36,0.28) !important;
margin-bottom: 24px !important;
}