This commit is contained in:
borntojesus 2023-11-13 14:15:09 +02:00
parent 0100341896
commit e84b0e187a

View file

@ -14,15 +14,4 @@
{% include 'google_native_app_prompt.html' %}
{% endblock content %}
<script>
window.matchMedia('(prefers-color-scheme: dark)')
.addEventListener('change',({ matches }) => {
if (matches) {
console.log("change to dark mode!")
} else {
console.log("change to light mode!")
}
})
</script>
{% endblock content %}