Fix transparent navbar

This commit is contained in:
natsoni 2024-05-08 18:25:29 +02:00
parent 4142413002
commit fc76146085
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -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};