fix info-color contrast

This commit is contained in:
Daniel Friesel 2019-05-16 20:58:55 +02:00
parent 681ecabdf6
commit ccff208764
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
$bg-color: #101010 !default;
$info-color: color('yellow', 'darken-4');
$info-color: color('blue-grey', 'darken-4');
$off-black: color('shades', 'white');