Color system and initial color schema.

This commit is contained in:
codevictory
2021-12-06 19:43:25 +02:00
parent b47c562336
commit f1ec5a0b1b
6 changed files with 29 additions and 3 deletions

2
src/colors.scss Normal file
View File

@@ -0,0 +1,2 @@
$primary: #21b635;
$secondary: #98cc9f;