style: flipping cards as background

This commit is contained in:
Riccardo
2023-12-16 23:27:07 +01:00
parent 9ab92751bd
commit d0028457ef
13 changed files with 284 additions and 32 deletions

View File

@@ -66,16 +66,6 @@
}
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply bg-custom-background bg-size-cover;
}
}
.styledH2 {
@apply text-xl font-bold;
}