From 911e3f99bb208ab533c391f0605d8215e689b55e Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 21 Jan 2026 00:04:33 +0100 Subject: [PATCH] Make all score ring colours more visible against blue background --- src/TrueCV.Web/Components/Pages/Report.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;