burger
This commit is contained in:
parent
3ba3d675d0
commit
04e34b5b4c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/* Style the hamburger menu */
|
/* Style the hamburger menu */
|
||||||
.topnav a.icon {
|
.topnav a.icon {
|
||||||
color: #33ff33;
|
color: #e69109;
|
||||||
background: black;
|
background: black;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -38,5 +38,5 @@
|
||||||
/* Style the active link (or home/logo) */
|
/* Style the active link (or home/logo) */
|
||||||
.active {
|
.active {
|
||||||
background-color: #0f0f0f;
|
background-color: #0f0f0f;
|
||||||
color: #33ff33;
|
color: #e69109;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue