From 2019f72138c81cf170f0145cc2e9d070c32d15a7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Apr 2026 13:49:03 -0500 Subject: [PATCH] Update light theme: --accent-color-secondary to #6fb3ff Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/theme/light.standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media/css/theme/light.standard.css b/src/media/css/theme/light.standard.css index f886ebe..0a57250 100644 --- a/src/media/css/theme/light.standard.css +++ b/src/media/css/theme/light.standard.css @@ -15,7 +15,7 @@ color-scheme: light; /* ===== BRAND & THEME COLORS ===== */ --color-primary: #112855; --accent-color-primary: #3f8ff0; ---accent-color-secondary: #3f8ff0; +--accent-color-secondary: #6fb3ff; /* ===== NAVIGATION ===== */ --mainmenu-nav-link-color: white;