Navbar styling
This commit is contained in:
parent
0b76a42dc7
commit
4f006b084c
2 changed files with 6 additions and 1 deletions
source/assets
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…
Add table
Add a link
Reference in a new issue