Main structure.

This commit is contained in:
2026-03-12 23:51:48 +01:00 Verified
commit d317eccc9e
25 changed files with 8920 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/* src/index.css */
@import "tailwindcss";
@theme {
--color-ebony: #5e6545;
--color-moss: #878b5a;
--color-eggshell: #e7e4cf;
--color-gold: #d6b456;
--color-goldenrod: #c48d2e;
--color-slate-teal: #456466;
--color-seafoam: #5B8C8A;
}
body {
background-color: var(--color-eggshell);
}