diff --git a/src/TrueCV.Web/Components/Pages/Report.razor b/src/TrueCV.Web/Components/Pages/Report.razor index 5278bd8..437bdf5 100644 --- a/src/TrueCV.Web/Components/Pages/Report.razor +++ b/src/TrueCV.Web/Components/Pages/Report.razor @@ -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 {