From fc76146085e42fc62aa6786d4bf7c9482091d339 Mon Sep 17 00:00:00 2001 From: natsoni Date: Wed, 8 May 2024 18:25:29 +0200 Subject: [PATCH] Fix transparent navbar --- frontend/src/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index dd0ce8bef..6ffa6a134 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -3,6 +3,7 @@ $bg: #1d1f31; $active-bg: #11131f; $hover-bg: #12131e; $fg: #fff; +$nav-bg: $bg; $title-fg: #4a68b9; $taproot: #eba814; @@ -64,6 +65,7 @@ $dropdown-link-active-bg: $active-bg; --active-bg: #{$active-bg}; --hover-bg: #{$hover-bg}; --fg: #{$fg}; + --nav-bg: #{$nav-bg}; --title-fg: #{$title-fg}; --primary: #{$primary};