forked from potsda.mn/mobilizon
Revert text color from error messages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c2c3014c2b
commit
c198b21587
|
@ -54,7 +54,7 @@ $success-invert: findColorInvert($success);
|
|||
$info: #36bcd4;
|
||||
$info-invert: findColorInvert($info);
|
||||
$danger: #ff2e54;
|
||||
$danger-invert: #000;
|
||||
$danger-invert: findColorInvert($danger);
|
||||
$link: $primary;
|
||||
$link-invert: $primary-invert;
|
||||
$text: $violet-1;
|
||||
|
|
Loading…
Reference in a new issue