Update _topbar.scss

This commit is contained in:
David Miller
2019-12-31 12:25:09 -05:00
parent 60d24312ca
commit 9c753eff52

View File

@@ -111,7 +111,21 @@
} }
} }
.topbar.navbar-dark {} .topbar.navbar-dark {
.navbar-nav {
.nav-item {
.nav-link {
color: fade-out($white, 0.2);
&:hover {
color: $white;
}
&:active {
color: $white;
}
}
}
}
}
.topbar.navbar-light { .topbar.navbar-light {
.navbar-nav { .navbar-nav {