add new color

This commit is contained in:
Hans Pagel 2020-08-20 17:38:55 +02:00
parent 16da584ebd
commit 915834a799

View File

@ -1,5 +1,6 @@
$colorWhite: #FFF;
$colorBlack: #000;
$colorRed: #fa5252;
$colorBackground: mix($colorBlack, $colorWhite, 2%);
/* Default Equations */