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 fc4c168 commit 09db53f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ $bioc-green: #2cb77c;
$primary: $bioc-blue;
$secondary: $bioc-green;
$light: #f8f9fa;
$white: #FFFFFF
$blue: $bioc-blue;
$dark: #212529;

/*-----Custom values for Bootstrap variables-----*/
$link-decoration: none;
$navbar-light-hover-color: $primary;
$navbar-light-hover-color: $white;
$link-color: $bioc-blue;
$nav-link-color: #FFFFFF;
$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

0 comments on commit 09db53f

Please sign in to comment.