diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 3ffaf51..9b5f8ff 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -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; } diff --git a/app/static/css/light-theme.css b/app/static/css/light-theme.css index 2b9e431..f9c4dea 100644 --- a/app/static/css/light-theme.css +++ b/app/static/css/light-theme.css @@ -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; }