1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/styles/mood.module.css

15 lines
228 B
CSS
Raw Normal View History

2022-06-04 03:13:19 +00:00
.positive {
color: var(--positive);
}
.negative {
color: var(--negative);
}
input.positive, button.positive {
border-color: var(--positive);
}
input.negative, button.negative {
border-color: var(--negative);
}