Files
wedding-planner/app/globals.css
2025-06-23 16:38:52 -04:00

16 lines
255 B
CSS

@import "tailwindcss";
@theme {
--color-background: #fff5eb;
--color-text: #141d31;
}
/* @theme light {
--color-background: #fff5eb;
--color-text: #141d31;
}
@theme dark {
--color-background: #141d31;
--color-text: #fff5eb;
} */