Navbar styling

This commit is contained in:
Oliver Davies 2015-06-14 21:59:05 +01:00
parent 0b76a42dc7
commit 4f006b084c
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,5 @@
@each $page in about, work, services, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
}