Feat: Build out server shell

This commit is contained in:
MangoPig
2026-06-16 13:11:14 +01:00
parent 35586729ba
commit 829d7b3d8f
28 changed files with 1990 additions and 149 deletions

View File

@@ -18,6 +18,9 @@
--color-accent-strong: var(--blue-600);
--color-accent-soft: hsl(218 88% 61% / 0.12);
--color-accent-contrast: hsl(0 0% 100%);
--color-primary-1: var(--blue-500);
--color-primary-2: hsl(271 72% 60%);
--color-primary-3: hsl(192 76% 48%);
--color-success: var(--green-500);
--color-danger: var(--red-500);