9 lines
128 B
CSS
9 lines
128 B
CSS
.button {
|
|
--primary: 220 92% 52%;
|
|
--primary-foreground: 0 0% 100%;
|
|
}
|
|
|
|
.light,
|
|
.dark {
|
|
--primary: 220 92% 52% !important;
|
|
} |