From e77d1e0c6b021da72c17712f8ab57f8ad37d7eb0 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Fri, 8 Dec 2023 14:52:19 +1030 Subject: [PATCH] Update nav link scss --- _sass/_bootstrap_variables.scss | 2 ++ _sass/_custom_classes.scss | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_sass/_bootstrap_variables.scss b/_sass/_bootstrap_variables.scss index dfaf7b3..68ca0a2 100644 --- a/_sass/_bootstrap_variables.scss +++ b/_sass/_bootstrap_variables.scss @@ -21,5 +21,7 @@ $dark: #212529; $link-decoration: none; $navbar-light-hover-color: $primary; $link-color: $bioc-blue; +$nav-link-color: $white; +$nav-link-hover-color: $light; // Find out which bootstrap variables you can use to fine tune the styling of your website here: https://github.com/ELIXIR-Belgium/elixir-toolkit-theme/blob/main/_sass/bootstrap/_variables.scss diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss index 9787f5d..855a7cc 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 {