rediction-baren är nu färgkodad

This commit is contained in:
larssand
2026-03-14 19:39:27 +01:00
parent 3069878167
commit 2d95d005cd
2 changed files with 20 additions and 2 deletions

View File

@@ -881,7 +881,18 @@ select:focus {
.overlay-prediction-fill {
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #ffffff, #e10600);
}
.overlay-prediction-good {
background: linear-gradient(90deg, #b7ffd4, #26c281);
}
.overlay-prediction-warn {
background: linear-gradient(90deg, #ffe69a, #f5a623);
}
.overlay-prediction-late {
background: linear-gradient(90deg, #ffd0d0, #e10600);
}
.overlay-race-metric strong,