Merge branch 'master' into defaults

This commit is contained in:
David Miller
2020-01-14 18:10:44 -05:00
committed by GitHub

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 {
.navbar-nav {