Set active link color for current screens
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
&:hover {
|
||||
color: $color-blue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:first-child:after {
|
||||
@@ -98,4 +99,8 @@
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link--active {
|
||||
color: $color-blue !important;
|
||||
}
|
Reference in New Issue
Block a user