Closed joshdavies14 closed 2 years ago
From PR #45
This isn't as simple as adding a check for the auto_theme tag where we already check for nightmode, as the auto detection is done via a media query in CSS (see https://github.com/UWCS/uwcs-dextre/blob/master/dextre/templates/new_base.html#L29 ). Will need a bit of investigating first.
auto_theme
nightmode
Working at the moment in FF, not working as expected in Chrome :(
From PR #45
This isn't as simple as adding a check for the
auto_theme
tag where we already check fornightmode
, as the auto detection is done via a media query in CSS (see https://github.com/UWCS/uwcs-dextre/blob/master/dextre/templates/new_base.html#L29 ). Will need a bit of investigating first.