HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

Better / easier theming support #253

Open petschekr opened 5 years ago

petschekr commented 5 years ago

The current theming "support" is just copy, pasting, and editing a bunch of repeated values and complex, ugly CSS in theme.css.

A better solution would be to either use LESS/SASS/CSS with variables (supported now in most browsers) or a JSON config file with defined colors (à la Android colors.xml) that gets compiled into the theme CSS file during the build process.