N°2314 2 css variables were not overridable

This commit is contained in:
Stephen Abello
2019-12-17 15:21:52 +01:00
parent 97e4ff30ff
commit 691acb45e6

View File

@@ -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;