variable creation and renaming

Added primary, secondary, text-primary, text-tertiary, and changed link-color
This commit is contained in:
Matt DeCamp 2021-12-07 15:51:53 -05:00
parent f1cab0936e
commit 1b1cadbcae

View file

@ -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;