FIX: bg black on body

This commit is contained in:
valere
2024-10-24 14:15:44 +02:00
parent e1ed518ce4
commit 721f200d72
5 changed files with 22 additions and 14 deletions

View File

@@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
body {
@apply bg-black;
}
.button {
text-decoration: none;
box-shadow: 0 8px 0 0 black;