From 79d833a2e7d997c7941c93fdecd9a25397fd42c6 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Fri, 8 Dec 2023 15:09:15 +1030 Subject: [PATCH] Update nav link scss --- _sass/_custom_classes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss index 855a7cc..9787f5d 100644 --- a/_sass/_custom_classes.scss +++ b/_sass/_custom_classes.scss @@ -3,9 +3,9 @@ //Example for highlighting the active page in the navigation: /*-----Top navigation-----*/ -/*.nav-link { +.nav-link { color: $white; -}*/ +} .navbar-nav .nav-item > a { &.active {