Skip to content

Commit

Permalink
Update nav link scss
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Dec 8, 2023
1 parent 92e2160 commit e77d1e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e77d1e0

Please sign in to comment.