diff --git a/src/TrueCV.Web/Components/Pages/Report.razor b/src/TrueCV.Web/Components/Pages/Report.razor index 00f7dfb..42a9476 100644 --- a/src/TrueCV.Web/Components/Pages/Report.razor +++ b/src/TrueCV.Web/Components/Pages/Report.razor @@ -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;