Init dump

This commit is contained in:
Jason Jordan
2025-11-24 08:22:44 -05:00
parent d48bb96791
commit 3fbece7da6
73 changed files with 1747 additions and 121 deletions
+18
View File
@@ -0,0 +1,18 @@
@import "tailwindcss";
@theme {
/* dark blue */
--color-deepcove: #04153E;
/* medium dark blue */
--color-bluetang: #2A4B6F;
/* bright blue */
--color-atmosphere: #0096E0;
/* light blue */
--color-bluemana: #6AC8F1;
/* platinum */
--color-platinum: #E0E0E0;
/* copper */
--color-copper: #B06E30;
/* bronze */
--color-bronze: #D38F4A;
}