initial
This commit is contained in:
parent
0100341896
commit
e84b0e187a
1 changed files with 1 additions and 12 deletions
|
@ -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 %}
|
Loading…
Add table
Reference in a new issue