From 9c753eff527122cecc9660c1197d41cf7cb9d2fa Mon Sep 17 00:00:00 2001 From: David Miller Date: Tue, 31 Dec 2019 12:25:09 -0500 Subject: [PATCH] Update _topbar.scss --- scss/navs/_topbar.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/scss/navs/_topbar.scss b/scss/navs/_topbar.scss index 9571885..fc506bd 100644 --- a/scss/navs/_topbar.scss +++ b/scss/navs/_topbar.scss @@ -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 {