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",