mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
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;
|
||||
$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};
|
||||
|
Loading…
Reference in New Issue
Block a user