misc: move files to root

This commit is contained in:
2026-04-15 17:29:11 -04:00
Unverified
parent 19aff04e60
commit c72bd9fff6
34 changed files with 127 additions and 15 deletions

15
app/globals.css Normal file
View File

@@ -0,0 +1,15 @@
@import "tailwindcss";
:root {
--background: #030712;
--foreground: #f9fafb;
}
body {
background-color: var(--background);
color: var(--foreground);
font-family:
system-ui,
-apple-system,
sans-serif;
}