feat: rework entire project structure

This commit is contained in:
2026-03-23 00:04:04 +01:00
parent 6282951b88
commit 8185757933
26 changed files with 1414 additions and 86 deletions

View File

@@ -22,5 +22,10 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
height: 100dvh;
margin: 0;
padding: 0;
background-color: #1e3d2e;
font-family: 'Inter', sans-serif;
/* font-family: Arial, Helvetica, sans-serif; */
}