diff --git a/themes/finc/scss/_customVariables.scss b/themes/finc/scss/_customVariables.scss index 4bedb7d2ad6b88099412aa2f8cc11d640a999afa..f9c5dbe641547301f804ee0ae2777687b871722e 100644 --- a/themes/finc/scss/_customVariables.scss +++ b/themes/finc/scss/_customVariables.scss @@ -26,6 +26,8 @@ $brand-danger: #cc4b37 !default; // darker red = #a94442 $brand-info: #008cba !default; $brand-success: #43ac6a !default; // darker green = #3c763d $brand-warning: #f08a24 !default; +$traffic-light-yellow: #ffff00 !default; + $white: #fff; $ghost: #fafafa; diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index cb253ef589b4f84090968a6f580ae75ce91c0f2d..06ccf732e94929d85b076b1003df1b33180c8769 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -903,7 +903,7 @@ table.collapse.in { } &.second { - background-color: $brand-warning; + background-color: $traffic-light-yellow; } &.last {