Make all score ring colours more visible against blue background
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user