From 8e0a01ae21d5f7752aacffea814fb749ac1c7b39 Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@ub.uni-leipzig.de>
Date: Tue, 14 Aug 2018 13:12:42 +0200
Subject: [PATCH] refs #11869 * swaps orange traffic light color for EZB links
 to yellow

---
 themes/finc/scss/_customVariables.scss | 2 ++
 themes/finc/scss/compiled.scss         | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/finc/scss/_customVariables.scss b/themes/finc/scss/_customVariables.scss
index 4bedb7d2ad6..f9c5dbe6415 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 cb253ef589b..06ccf732e94 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 {
-- 
GitLab