Public Access
1
0

chore: reorganize frontend into app and admin roots

This commit is contained in:
pguerrerox
2026-05-30 00:45:06 +00:00
parent d71f2f1f8a
commit a926d06b54
39 changed files with 76 additions and 49 deletions
+18
View File
@@ -0,0 +1,18 @@
@import "tailwindcss";
@layer base {
html {
color-scheme: light;
}
body {
margin: 0;
background: rgb(250 250 249);
color: rgb(28 25 23);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
box-sizing: border-box;
}
}