Increase visibility of the warning color

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-04-17 19:15:05 +02:00
parent 2b840250c3
commit 154a579651
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

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