Open
Description
We currently have several places defining colros tailwind.css
, style.css
making it extremely difficult to adjust colors.
Steps
- Are color variables like
--stroke-wp-error-100
actually used, otherwise remove them - Avoid colors from being mapped differently for light and dark mode:
:root[data-theme='light'] {
in style.css, if a color should be different in dark mode usedark:bg-
modifier instead - verify that color steps are actually based on saturation levels
100, 200, 300, ...