site updates

This commit is contained in:
Henry Dollman
2024-07-10 19:26:18 -04:00
parent 96e4c3b9ea
commit fa9e257864
16 changed files with 670 additions and 57 deletions

View File

@@ -57,3 +57,22 @@
@apply bg-background text-foreground;
}
}
/* charts */
@layer base {
:root {
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}
.dark {
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}
}