Files
ARC/backend/public/custom.css
2026-07-07 09:57:21 +02:00

9 lines
128 B
CSS

.button {
--primary: 220 92% 52%;
--primary-foreground: 0 0% 100%;
}
.light,
.dark {
--primary: 220 92% 52% !important;
}