add theme

This commit is contained in:
2025-07-23 17:33:03 -05:00
parent 796926316e
commit e820e4f163

View File

@@ -4,6 +4,15 @@
/* https://tailwindcss.com/docs/dark-mode */
@custom-variant dark (&:where(.dark, .dark *));
/* Add custom color palette */
@theme {
--color-midnight: #0c354d;
--color-turquoise: #0da797;
--color-bermuda: #7fbab4;
--color-desert: #f9deb2;
--color-bronze: #9ef75e;
}
@layer base {
:root {
font-family: 'Inter', sans-serif;