From ecb599fba754ff7ab707ea41838822a3420fb996 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Thu, 22 Jan 2026 21:14:20 +0000 Subject: [PATCH] fix: Replace --truecv- CSS variables with --realcv- MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed CSS variable references in Razor components that were still using the old --truecv- prefix, causing score circles and other styled elements to not render properly. Also changed score-ring-value font to Inter for consistent numbers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../Components/Layout/MainLayout.razor | 4 +-- src/RealCV.Web/Components/Pages/Check.razor | 26 +++++++++---------- .../Components/Pages/Dashboard.razor | 22 ++++++++-------- src/RealCV.Web/Components/Pages/Home.razor | 4 +-- src/RealCV.Web/Components/Pages/Report.razor | 12 ++++----- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/RealCV.Web/Components/Layout/MainLayout.razor b/src/RealCV.Web/Components/Layout/MainLayout.razor index 3822511..ab29a02 100644 --- a/src/RealCV.Web/Components/Layout/MainLayout.razor +++ b/src/RealCV.Web/Components/Layout/MainLayout.razor @@ -1,7 +1,7 @@ @inherits LayoutComponentBase
-