- Fix some of the dark
a2
colors being too opaque.
- [Breaking] A complete rework of all colors, dramatically improving contrast across the board.
- [Breaking] CSS variables were changed to use the hyphen-separated naming:
gray1
→ gray-1
grayA1
→ gray-a1
- [Breaking] CSS file names were changed to use the hyphen-separated naming:
gray.css
→ gray.css
grayA.css
→ gray-alpha.css
grayDark.css
→ gray-dark.css
grayDarkA.css
→ gray-dark-alpha.css
- Apply light scale CSS variables to
.light-theme
class in addition to
the :root
element.