From 694642ccb340d52da7587c3c75a07aefd6a18106 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 5 Jul 2021 00:18:28 -0400 Subject: [PATCH] Set bg color for "top stories" elements --- app/static/css/dark-theme.css | 4 ++++ app/static/css/light-theme.css | 4 ++++ 2 files changed, 8 insertions(+) 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; }