From e52b679243c490dbcc2ae8e74c7f9aa198b5b737 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Mon, 9 Oct 2023 12:11:52 +1030 Subject: [PATCH] Update scss --- _sass/_bootstrap_variables.scss | 4 ++-- _sass/_custom_classes.scss | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_sass/_bootstrap_variables.scss b/_sass/_bootstrap_variables.scss index 4150c37..dfaf7b3 100644 --- a/_sass/_bootstrap_variables.scss +++ b/_sass/_bootstrap_variables.scss @@ -12,7 +12,7 @@ $bioc-green: #2cb77c; /*-----Theme colors-----*/ $primary: $bioc-blue; -$secondary: $bioc-teal; +$secondary: $bioc-green; $light: #f8f9fa; $blue: $bioc-blue; $dark: #212529; @@ -20,6 +20,6 @@ $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 diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss index c8e4230..91a74a0 100644 --- a/_sass/_custom_classes.scss +++ b/_sass/_custom_classes.scss @@ -44,7 +44,6 @@ h2 { } h3 { font-size: 1.2rem; - background-color: #2cb77c } } .card-text {