Revert "chore: make colors less abrupt pt 2"
This reverts commit 483779eecd
.
This commit is contained in:
parent
dbd22e56db
commit
f95a6af3e6
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue