Merge pull request #5049 from mempool/natsoni/fix-navbar
Fix transparent navbar
This commit is contained in:
commit
0e8d04e464
@ -3,6 +3,7 @@ $bg: #1d1f31;
|
|||||||
$active-bg: #11131f;
|
$active-bg: #11131f;
|
||||||
$hover-bg: #12131e;
|
$hover-bg: #12131e;
|
||||||
$fg: #fff;
|
$fg: #fff;
|
||||||
|
$nav-bg: $bg;
|
||||||
$title-fg: #4a68b9;
|
$title-fg: #4a68b9;
|
||||||
|
|
||||||
$taproot: #eba814;
|
$taproot: #eba814;
|
||||||
@ -64,6 +65,7 @@ $dropdown-link-active-bg: $active-bg;
|
|||||||
--active-bg: #{$active-bg};
|
--active-bg: #{$active-bg};
|
||||||
--hover-bg: #{$hover-bg};
|
--hover-bg: #{$hover-bg};
|
||||||
--fg: #{$fg};
|
--fg: #{$fg};
|
||||||
|
--nav-bg: #{$nav-bg};
|
||||||
--title-fg: #{$title-fg};
|
--title-fg: #{$title-fg};
|
||||||
|
|
||||||
--primary: #{$primary};
|
--primary: #{$primary};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user