From 2406fee05c3e221112fbe802fbf2ecca1df99127 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 5 Apr 2021 10:24:54 -0400 Subject: [PATCH] Fix incorrect contrast text in dark theme --- 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 e42d3f7..720f27a 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -77,7 +77,7 @@ select { #search-submit { border: 1px solid var(--whoogle-dark-element-bg) !important; background: var(--whoogle-dark-element-bg) !important; - color: var(--whoogle-contrast-text) !important; + color: var(--whoogle-dark-contrast-text) !important; } .info-text {