Use more saturated green and yellow for score rings on blue background

This commit is contained in:
2026-01-21 00:05:42 +01:00
parent c9ed3119cc
commit 030ede9e77

View File

@@ -539,17 +539,17 @@
/* Score color variants - colours both the background ring and progress */
.score-roundel.score-high .score-ring-bg {
stroke: #6ee7b7;
stroke: #4ade80;
}
.score-roundel.score-high .score-ring-progress {
stroke: #10b981;
stroke: #22c55e;
}
.score-roundel.score-medium .score-ring-bg {
stroke: #fcd34d;
stroke: #ffdd44;
}
.score-roundel.score-medium .score-ring-progress {
stroke: #f59e0b;
stroke: #eab308;
}
.score-roundel.score-low .score-ring-bg {