Skip to content

Commit

Permalink
Update scss
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Oct 9, 2023
1 parent 71be6e2 commit e52b679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ $bioc-green: #2cb77c;

/*-----Theme colors-----*/
$primary: $bioc-blue;
$secondary: $bioc-teal;
$secondary: $bioc-green;
$light: #f8f9fa;
$blue: $bioc-blue;
$dark: #212529;

/*-----Custom values for Bootstrap variables-----*/
$link-decoration: none;
$navbar-light-hover-color: $primary;
$link-color: $blue;
$link-color: $bioc-blue;

// 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
1 change: 0 additions & 1 deletion _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ h2 {
}
h3 {
font-size: 1.2rem;
background-color: #2cb77c
}
}
.card-text {
Expand Down

0 comments on commit e52b679

Please sign in to comment.