From 3d133f6166cecd769e461c79f7b4b53413d92ff7 Mon Sep 17 00:00:00 2001 From: lotte Date: Fri, 23 Jun 2023 11:50:05 +0200 Subject: [PATCH] 103005: Fixed issue where bg colours couldn't be overwritten in themes --- src/styles/_bootstrap_variables.scss | 9 +++++++++ src/styles/_bootstrap_variables_mapping.scss | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/styles/_bootstrap_variables.scss b/src/styles/_bootstrap_variables.scss index 4c631a294a..9d46f12abb 100644 --- a/src/styles/_bootstrap_variables.scss +++ b/src/styles/_bootstrap_variables.scss @@ -23,6 +23,8 @@ $yellow: #ec9433 !default; $red: #CF4444 !default; $dark: darken($blue, 17%) !default; + + $theme-colors: ( primary: $blue, secondary: $gray-700, @@ -44,3 +46,10 @@ $navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,