stationslauf/assets/style.css
Philipp Hofer 26f7ec9237
All checks were successful
CI/CD Pipeline / test (push) Successful in 3m21s
CI/CD Pipeline / deploy (push) Successful in 2m27s
no background in leaflet marker
2025-04-12 11:48:12 +02:00

24 lines
456 B
CSS

.error {
background-color: #ffebee;
color: #b71c1c;
}
.warning{
background-color: #fff8e1;
color: #994300;
}
.succ {
background-color: #e8f5e9;
color: #1b5e20;
}
.leaflet-container [role="button"],
.leaflet-container [type="button"],
.leaflet-container [type="file"]::file-selector-button,
.leaflet-container [type="reset"],
.leaflet-container [type="submit"],
.leaflet-container button {
background: unset;
border: unset;
box-shadow: unset;
}