chore: make colors less abrupt pt 2

This commit is contained in:
Cory Dransfeldt 2024-03-11 20:30:54 -07:00
parent c7ed34f5b4
commit 483779eecd
No known key found for this signature in database

View file

@ -25,16 +25,16 @@
--gray-950: #30333b;
--white: #fff;
--off-white: #fafbfc;
--black: #000;
--grey-lightest: #f4f4f4;
--gray-light: var(--gray-200);
--gray-lighter: var(--gray-50);
--gray-dark: var(--gray-700);
--gray-darkest: #1d1a1a;
--gray-darkest: #171718;
/* base theme */
--color-lightest: var(--grey-lightest);
--color-lightest: var(--off-white);
--color-darkest: var(--gray-darkest);
--text-color: var(--color-darkest);
--background-color: var(--color-lightest);