feature: new variables added

This commit is contained in:
gaelle morin 2020-11-16 11:04:10 +01:00
parent 4734a69a89
commit 881412e638
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
// Color Variables
:root {
--color-primary: #FF6765;
--color-secondary: #46271B;
--color-primary: #FF0055;
--color-secondary: #0068FF;
--color-third: #00E3B4;
--color-gray: #636363;
--color-heading: #2E3F58;
--color-complementary: #5BB4CE;
--color-complementary-darken: #35A0C0;