lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Changes to add dark mode. #142

Closed lostcarpark closed 3 months ago

lostcarpark commented 11 months ago

This change adds a dark mode option to the settings page of ConClár. The setting has 3 options:

This change adds a darkmode.css file, where the dark mode colours can be customised. While any CSS can be overridden here, it is generally expected to be used for overriding colours through CSS variables.

There is also a lightmode.css available if needed, but in almost all cases the light mode should be configured through the main App.css.