From f897a1e32a3e1aedec8f5df3118feb0a54635a17 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Wed, 30 Oct 2019 13:24:07 +0100 Subject: [PATCH] Light theme adjustment Fixed background fixed width colors in Light theme which showed up with > 1400px width --- Themes/Light/Destination/css/theme_colors.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Themes/Light/Destination/css/theme_colors.css b/Themes/Light/Destination/css/theme_colors.css index 783bcd5..36903b2 100644 --- a/Themes/Light/Destination/css/theme_colors.css +++ b/Themes/Light/Destination/css/theme_colors.css @@ -299,10 +299,6 @@ mark { } @media screen and (min-width: 1400px) { - .nav-content-wrap { - background: rgba(0,0,0,0.05); - } - .nav-content { background: #fcfcfc; }