stationslauf/assets/style.css
2025-04-06 20:18:33 +02:00

13 lines
168 B
CSS

.error {
background-color: #ffebee;
color: #b71c1c;
}
.warning{
background-color: #fff8e1;
color: #994300;
}
.succ {
background-color: #e8f5e9;
color: #1b5e20;
}