From fe93b3a0e739c21e6533d5d33ce4bc72587453d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 27 May 2024 07:49:02 +0300 Subject: [PATCH] main.scss: fix mobile navigation --- css/main.scss | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/main.scss b/css/main.scss index 9d616d2..64b8538 100644 --- a/css/main.scss +++ b/css/main.scss @@ -61,8 +61,14 @@ $on-laptop: 800px; // Adblocker detection) .ftf-dma-note { color-scheme: only dark !important; - color: #ffb700 !important; - background-color: #000000 !important; + color: #ffffff !important; + background-color: #1c1b22 !important; + } + .site-nav { + color-scheme: only dark !important; + color: #ffffff !important; + background-color: #1c1b22 !important; + border: 1px solid #ffffff !important; } } @@ -74,6 +80,12 @@ $on-laptop: 800px; color: #000000 !important; background-color: #ffffff !important; } + .site-nav { + color-scheme: only light !important; + color: #000000 !important; + background-color: #ffffff !important; + border: 1px solid #000000 !important; + } } // Import partials from `sass_dir` (defaults to `_sass`)