From a8ab3e4f44b87de4d11e3084355d116b198846d6 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 1 Aug 2026 21:12:14 +0000 Subject: [PATCH] Fix Klaro's remaining default-blue accent (Einstellungen button, modal links) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit green1/red1 covered the notice's accept/decline buttons, but blue1/ blue2 (the modal's "Einstellungen" button + in-modal links) were still Klaro's stock blue — only visible once the modal itself opens, easy to miss. Co-Authored-By: Claude Sonnet 5 --- app/lib/klaroConfig.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/lib/klaroConfig.ts b/app/lib/klaroConfig.ts index efaf4b7..a092bc7 100644 --- a/app/lib/klaroConfig.ts +++ b/app/lib/klaroConfig.ts @@ -80,6 +80,12 @@ export function buildKlaroConfig(codes: TrackingCode[], onAccept: (code: Trackin green2: "#d99000", red1: "#e5e0d8", // decline button — neutral bordered look, not red red2: "#d1cabf", + // blue1/blue2 color the "Einstellungen" (.cm-btn-info) button and + // in-modal links — Klaro's default blue clashed with the brand just + // as much as its default green/red did, easy to miss since it only + // shows once the modal (not just the notice) is open. + blue1: "#e5e0d8", + blue2: "#6b6b69", "button-text-color": "#1a1a18", "border-radius": "10px", "border-width": "1px",