Website before editing

This commit is contained in:
2026-03-02 19:50:11 -08:00
parent 0925cc30df
commit a1a3e02dca
16 changed files with 4208 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@import "tailwindcss";
@theme {
--color-fedora-blue: #3c6eb4;
--color-fedora-dark: #294172;
--color-fedora-light: #51a2da;
}
body {
@apply bg-slate-50 text-slate-900;
}