mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Correct hamburger menu color in mobile view (#257)
To correct hamburger menu in mobile view added $primary color to menu itself Solves #256
This commit is contained in:
parent
a4169e2c1f
commit
d5e8be8d78
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ pre
|
|||
|
||||
.navbar-burger
|
||||
margin-right: auto
|
||||
color: $primary
|
||||
|
||||
.navbar-burger:hover
|
||||
background-color: $navbar-background-color
|
||||
|
|
Loading…
Reference in a new issue