Files
2025-09-29 09:41:47 +02:00

19 lines
302 B
CSS

@import 'tailwindcss';
@import 'uniwind';
@layer theme {
:root {
@variant dark {
--color-background: black;
}
@variant light {
--color-background: white;
}
@variant premium {
--color-background: gold;
}
}
}