Fix Klaro's remaining default-blue accent (Einstellungen button, modal links)

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 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-08-01 21:12:14 +00:00
parent 72b7bc629c
commit a8ab3e4f44
+6
View File
@@ -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",