mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
15 lines
No EOL
228 B
CSS
15 lines
No EOL
228 B
CSS
.positive {
|
|
color: var(--positive);
|
|
}
|
|
|
|
.negative {
|
|
color: var(--negative);
|
|
}
|
|
|
|
input.positive, button.positive {
|
|
border-color: var(--positive);
|
|
}
|
|
|
|
input.negative, button.negative {
|
|
border-color: var(--negative);
|
|
} |