Revert "chore: make colors less abrupt"

This reverts commit 26ae53f8bb.
This commit is contained in:
Cory Dransfeldt 2024-03-12 08:56:39 -07:00
parent f95a6af3e6
commit 57910f7554
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

@ -27,15 +27,13 @@
--white: #fff;
--black: #000;
--grey-lightest: #f4f4f4;
--gray-light: var(--gray-200);
--gray-lighter: var(--gray-50);
--gray-dark: var(--gray-700);
--gray-darkest: #1d1a1a;
/* base theme */
--color-lightest: var(--grey-lightest);
--color-darkest: var(--gray-darkest);
--color-lightest: var(--white);
--color-darkest: var(--black);
--text-color: var(--color-darkest);
--background-color: var(--color-lightest);
--text-color-inverted: var(--color-lightest);