Revert "chore: make colors less abrupt pt 2"

This reverts commit 483779eecd.
This commit is contained in:
Cory Dransfeldt 2024-03-12 08:56:19 -07:00
parent dbd22e56db
commit f95a6af3e6
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: #171718;
--gray-darkest: #1d1a1a;
/* base theme */
--color-lightest: var(--off-white);
--color-lightest: var(--grey-lightest);
--color-darkest: var(--gray-darkest);
--text-color: var(--color-darkest);
--background-color: var(--color-lightest);