To prevent unnecessary changes to implement themes later, we should already use variables to style our components. This mainly affects text colors and background colors.
Acceptance Criteria
- No color is "hardcoded" in a CSS class or element style
- All colors are defined in the "dark" tailwind theme class
- The application looks exactly as before
To prevent unnecessary changes to implement themes later, we should already use variables to style our components. This mainly affects text colors and background colors.
Acceptance Criteria