implement darkmode

This commit is contained in:
lubiana 2025-05-24 23:11:42 +02:00
parent b8e9a02a14
commit ab9f1bfeec
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
9 changed files with 104 additions and 100 deletions

View file

@ -4,6 +4,7 @@ module.exports = {
"./assets/**/*.js",
"./templates/**/*.html.twig",
],
darkMode: 'media', // Use 'media' to respect the user's system preference
theme: {
extend: {},
},