* Fix issue with .navbar-menu not using correct background-color variable * Fix whitespace issues
This commit is contained in:
parent
ffbc375f68
commit
fd77926550
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ a.navbar-link
|
|||
align-items: center
|
||||
display: flex
|
||||
.navbar-menu
|
||||
background-color: $white
|
||||
background-color: $navbar-background-color
|
||||
box-shadow: 0 8px 16px rgba($black, 0.1)
|
||||
padding: 0.5rem 0
|
||||
&.is-active
|
||||
|
|
Loading…
Add table
Reference in a new issue