chore: make colors less abrupt
This commit is contained in:
parent
5756ff038b
commit
26ae53f8bb
3 changed files with 6 additions and 4 deletions
|
@ -27,13 +27,15 @@
|
|||
--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(--white);
|
||||
--color-darkest: var(--black);
|
||||
--color-lightest: var(--grey-lightest);
|
||||
--color-darkest: var(--gray-darkest);
|
||||
--text-color: var(--color-darkest);
|
||||
--background-color: var(--color-lightest);
|
||||
--text-color-inverted: var(--color-lightest);
|
||||
|
|
Reference in a new issue