This commit is contained in:
Gerard 2018-04-16 12:48:55 +02:00
parent 8751975334
commit 18d4021383
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ $color-dark: #3d3d3d;
$color-dark-grey: #424242;
$color-light-grey: #e5e5e5;
$color-medium-grey: #9D9D9D;
$color-medium-green: rgb(204, 236, 158);
$color-medium-orange: #FFD29C;
$color-light-green: #D7F1BD;
$color-light-orange: #FFDEBB;
$color-medium-green: rgba(163, 209, 49, 0.5);
$color-medium-orange: rgba(247, 147, 30, 0.5);
$color-light-green: rgba(163, 209, 49, 0.3);
$color-light-orange: rgba(247, 147, 30, 0.3);