Navbar styling
This commit is contained in:
parent
0b76a42dc7
commit
4f006b084c
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,5 @@
|
|||
@each $page in about, work, services, talks, blog, contact {
|
||||
.page--#{$page} .nav__#{$page} {
|
||||
@extend .active;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue