decrease text brightness

This commit is contained in:
Philipp Kühn 2020-10-12 17:21:09 +02:00
parent 9abb4afc21
commit ba7d17603b

View File

@ -1,6 +1,6 @@
$colorWhite: #FFF;
$colorBlack: #0D0D0D;
$colorText: rgba($colorWhite, 0.8);
$colorText: rgba($colorWhite, 0.75);
$colorGrey: #616161;
$colorPurple: #A975FF;
$colorRed: #FB5151;