fix info-color contrast
This commit is contained in:
parent
681ecabdf6
commit
ccff208764
2 changed files with 2 additions and 2 deletions
2
public/static/css/dark.min.css
vendored
2
public/static/css/dark.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue