From d5f7178314625be03779cbece83c3ead322f7e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Thu, 16 Jan 2020 19:51:21 +0300 Subject: [PATCH] Search form colors are no longer inverted --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 3ac74d4..6f39c6e 100644 --- a/css/style.css +++ b/css/style.css @@ -102,8 +102,8 @@ a:focus { } .search-form { - background: var(--foreground); - color: var(--background); + background: var(--background); + color: var(--foreground); z-index: 2; } @@ -141,8 +141,8 @@ body.suggestions .search-suggestions { } .search-suggestion.highlight { - background: var(--background); - color: var(--foreground); + background: var(--foreground); + color: var(--background); } .search-suggestion b {