From 154a579651008beca5179e2df48e073cecab15dd Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Tue, 17 Apr 2018 19:15:05 +0200 Subject: Increase visibility of the warning color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/variables.scss b/core/css/variables.scss index a60460a3088..4e2c1c396cb 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -3,7 +3,7 @@ $color-main-background: #ffffff; $color-primary: #0082c9; $color-primary-text: #ffffff; $color-error: #e9322d; -$color-warning: #ffcc44; +$color-warning: #eca700; $color-success: #46ba61; $color-primary-element: $color-primary; -- cgit v1.2.3