Make all score ring colours more visible against blue background

This commit is contained in:
2026-01-21 00:04:33 +01:00
parent 80ba03c627
commit 911e3f99bb

View File

@@ -539,14 +539,14 @@
/* Score color variants - colours both the background ring and progress */
.score-roundel.score-high .score-ring-bg {
stroke: rgba(16, 185, 129, 0.3);
stroke: #6ee7b7;
}
.score-roundel.score-high .score-ring-progress {
stroke: #10b981;
}
.score-roundel.score-medium .score-ring-bg {
stroke: rgba(245, 158, 11, 0.3);
stroke: #fcd34d;
}
.score-roundel.score-medium .score-ring-progress {
stroke: #f59e0b;