better desgin

This commit is contained in:
samantha42
2026-05-29 22:49:39 +02:00
parent c1bd40d5a5
commit b57eec886a
6 changed files with 229 additions and 2840 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ['./static/**/*.html'], // adjust to where your HTML files are
theme: {
extend: {},
},
plugins: [],
}