From 3ea718add5d1a1589c14987119a1715dca5b496a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 17 Feb 2022 10:14:42 +0100 Subject: [PATCH] theme: more search box contrast for relearn-light #175 --- static/css/theme-relearn-light.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme-relearn-light.css b/static/css/theme-relearn-light.css index 4a6d7e30d1..6dadb822fa 100644 --- a/static/css/theme-relearn-light.css +++ b/static/css/theme-relearn-light.css @@ -28,9 +28,9 @@ --MENU-HEADER-BG-color: #7dc903; /* Background color of menu header */ --MENU-HEADER-BORDER-color: #7dc903; /*Color of menu header border */ - --MENU-SEARCH-color: #efefef; /* Color of search field text */ - --MENU-SEARCH-BG-color: #3d414d; /* Search field background color (by default borders + icons) */ - --MENU-SEARCH-BOX-color: #efefef; /* Override search field border color */ + --MENU-SEARCH-color: #e0e0e0; /* Color of search field text */ + --MENU-SEARCH-BG-color: #323232; /* Search field background color (by default borders + icons) */ + --MENU-SEARCH-BOX-color: #e0e0e0; /* Override search field border color */ --MENU-SECTIONS-ACTIVE-BG-color: #202028; /* Background color of the active section and its children */ --MENU-SECTIONS-BG-color: #282830; /* Background color of other sections */