Add a grey variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
74c127b4dc
commit
60f5a76e57
|
@ -58,6 +58,7 @@ $danger-invert: findColorInvert($danger);
|
||||||
$link: $primary;
|
$link: $primary;
|
||||||
$link-invert: $primary-invert;
|
$link-invert: $primary-invert;
|
||||||
$text: $violet-1;
|
$text: $violet-1;
|
||||||
|
$grey: #757575;
|
||||||
|
|
||||||
$colors: map-merge(
|
$colors: map-merge(
|
||||||
$colors,
|
$colors,
|
||||||
|
|
Loading…
Reference in a new issue