cpularp-manager-frontend/src/assets/main.css

7 lines
174 B
CSS
Raw Normal View History

@import 'tailwindcss' source('../');
@theme {
--color-primary: oklch(0.1 0 0);
--color-secondary: oklch(0.85 0.1733 93.56);
--color-accent: oklch(0.6 0.1556 246.71);
2025-04-22 19:11:30 -05:00
}