Added status card

This commit is contained in:
Alexis
2023-09-18 17:32:00 +02:00
parent 77f0b8ab7b
commit 7801459ae8
13 changed files with 312 additions and 154 deletions

View File

@@ -0,0 +1,8 @@
body {
@apply relative min-h-screen min-w-full text-y-beige-700 bg-y-beige-400 tracking-[-0.03em];
word-spacing: 0.5em;
&::before {
@apply absolute content-[''] h-full w-full bg-[url('/backgrounds/tile-bg.svg')] bg-[length:4px_4px] z-50 opacity-5 pointer-events-none select-none
}
}