Made blue background less aggressive

This commit is contained in:
Moritz Kröger 2017-08-14 22:30:42 +02:00
parent f66c36e583
commit 7d811112a1

View file

@ -1,4 +1,4 @@
$blue: #0909e1;
$blue: #0828cc;
$dark-blue: #06069d;
$yellow: #ffda00;
@ -6,7 +6,7 @@ $background-primary: $blue;
$background-secondary: white;
$text-color-base: white;
$text-color-invert: rgba(0, 0, 0, .8);
$text-color-invert: rgba(0, 0, 0, 0.8);
$text-color-special: $yellow;
$button-background: white;