Added status card
This commit is contained in:
8
src/assets/base/body.scss
Normal file
8
src/assets/base/body.scss
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user