6 lines
174 B
CSS
6 lines
174 B
CSS
@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);
|
|
}
|