fix: contrast fixes for accessibility
This commit is contained in:
parent
3699d3bdc8
commit
747670b32a
1 changed files with 2 additions and 4 deletions
|
@ -29,13 +29,11 @@
|
|||
|
||||
--gray-light: var(--gray-200);
|
||||
--gray-lighter: var(--gray-50);
|
||||
--gray-lightest: #fbfbfb;
|
||||
--gray-dark: var(--gray-700);
|
||||
--blue-dark: #091222;
|
||||
|
||||
/* theme */
|
||||
--color-lightest: var(--gray-lightest);
|
||||
--color-darkest: var(--blue-dark);
|
||||
--color-lightest: var(--white);
|
||||
--color-darkest: var(--black);
|
||||
--text-color: var(--color-darkest);
|
||||
--background-color: var(--color-lightest);
|
||||
--text-color-inverted: var(--color-lightest);
|
||||
|
|
Reference in a new issue