UWCS / uwcs-dextre

The University of Warwick Computing Society website for the 2020-21 academic year.
https://uwcs.co.uk
MIT License
1 stars 2 forks source link

Fix sponsor images not showing dark-mode images in auto dark mode #46

Closed joshdavies14 closed 2 years ago

joshdavies14 commented 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.

joshdavies14 commented 2 years ago

Working at the moment in FF, not working as expected in Chrome :(