chore: better var names

This commit is contained in:
Cory Dransfeldt 2024-09-15 13:36:19 -07:00
parent 8a8de24caa
commit c5edb32972
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -31,8 +31,8 @@
--gray-dark: var(--gray-950);
/* semi-transparent overlay color */
--gray-overlay: #000000b3;
--gray-background-transparent: #d9dee499;
--gray-dark-transparent: #000000b3;
--gray-light-transparent: #d9dee499;
/* base theme */
--color-lightest: var(--gray-50);