From 691acb45e6bb0634ee5fa37e4f31b0895b3eddfa Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 17 Dec 2019 15:21:52 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02314=202=20css=20variables=20were=20not?= =?UTF-8?q?=20overridable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/css-variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/css-variables.scss b/css/css-variables.scss index cbedc14f8..759eae293 100644 --- a/css/css-variables.scss +++ b/css/css-variables.scss @@ -70,8 +70,8 @@ $primary-text-color: #333333 !default; $secondary-text-color: $grey-color !default; $error-text-color: $white !default; $highlight-text-color: #363636 !default; -$hover-background-color: #fde17c; -$border-highlight-color: #f26522; +$hover-background-color: #fde17c !default; +$border-highlight-color: #f26522 !default; $highlight-item-color: $white !default; $content-color: #eeeeee !default; $default-font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !default;