Set active link color for current screens

This commit is contained in:
Luis Cielak
2018-07-20 11:45:12 -04:00
parent 8875a75fc2
commit 181a4139f6
2 changed files with 8 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
&:hover {
color: $color-blue;
}
}
&:first-child:after {
@@ -98,4 +99,8 @@
}
}
}
.nav-link--active {
color: $color-blue !important;
}