darktheme update

This commit is contained in:
2025-10-17 23:05:56 +02:00
parent 29fdff55a3
commit 863e932ec2

View File

@@ -1,3 +1,9 @@
html, body {
background-color: #fff;
}
html.dark, body.dark {
background-color: #020617;
}
@tailwind base;
@tailwind components;
@tailwind utilities;