From f5c47234de0380920240f7b502360677937bdd69 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 25 Mar 2022 12:14:57 -0600 Subject: [PATCH] Fix time filter background color The time filter (past day/hour/month/etc) was using the result element background color instead of the page background color, which wasn't providing enough contrast with the default text color. --- app/static/css/dark-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 0d0985e..5b71edd 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -98,7 +98,7 @@ select { } .sa1toc { - background: var(--whoogle-dark-element-bg) !important; + background: var(--whoogle-dark-page-bg) !important; } #search-bar {