This commit is contained in:
2024-06-08 15:03:01 +02:00
commit a3741580b2
21 changed files with 11434 additions and 0 deletions

10
assets/css/main.css Normal file
View File

@@ -0,0 +1,10 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
@apply bg-slate-900;
}