From d51be4f529e23dd5933a3113b721802091d76cc7 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 10 Jun 2022 08:58:31 -0600 Subject: [PATCH] Fix missing box shadow for light theme results Related to 65796fd1a5c2b3a3b89e4fa14cde2b76970a7bea Fixes an issue where box shadows were missing for light theme results. --- app/static/css/light-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/light-theme.css b/app/static/css/light-theme.css index 99bb31f..659d406 100644 --- a/app/static/css/light-theme.css +++ b/app/static/css/light-theme.css @@ -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; }