From ff3f89e712824ae77c186bb9d50c8a4b58eaf7c2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 7 Dec 2022 12:32:45 +0100 Subject: [PATCH] night-mode: don't override search background color The color of the top-navigation for "light" and "night" mode is the same, so we don't need to override the color (for now). The old override used a hue that was slightly out of tone with the rest of the theme. Signed-off-by: Sebastiaan van Stijn --- _scss/_night-mode.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_scss/_night-mode.scss b/_scss/_night-mode.scss index e816fb4e9f..624a7c1341 100755 --- a/_scss/_night-mode.scss +++ b/_scss/_night-mode.scss @@ -64,15 +64,6 @@ a { } .nav-secondary { background-color: $bg-header-night; - - .search-form input[type=search] { - background-color: rgba(76, 76, 76, 0.47); - color: $white; - - & :focus { - background-color: rgba(255, 255, 255, 0.17); - } - } } .breadcrumb { background-color: $dark-grey-100;