variable creation and renaming
Added primary, secondary, text-primary, text-tertiary, and changed link-color
This commit is contained in:
parent
f1cab0936e
commit
1b1cadbcae
1 changed files with 7 additions and 4 deletions
|
|
@ -4,11 +4,14 @@
|
||||||
--background-color-secondary: #301e4e;
|
--background-color-secondary: #301e4e;
|
||||||
--background-color-tertiary: #ff6e6c;
|
--background-color-tertiary: #ff6e6c;
|
||||||
|
|
||||||
--text: #1f1135;
|
--primary: #1f1135;
|
||||||
--text-secondary: #ffffff;
|
--secondary: #ff6e6c;
|
||||||
--sub-headline: #301e4e;
|
|
||||||
|
|
||||||
--link-color: #ff6e6c;
|
--text-primary: #1f1135;
|
||||||
|
--text-secondary: #ffffff;
|
||||||
|
--text-tertiary: #301e4e;
|
||||||
|
|
||||||
|
--link-color: #301e4e;
|
||||||
|
|
||||||
--tag-color: #301e4e;
|
--tag-color: #301e4e;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue