scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
4 stars 0 forks source link

Use CSS custom properties to reduce repetition in styles #98

Closed scottohara closed 3 years ago

scottohara commented 3 years ago

CSS custom properties are now supported in all browsers.

Where we have repeated values for things like colours, spacing etc. (or 'magic' values); it would make sense to extract these into variables for readability and reuse.

Should also help with theming for dark mode (#89)