From cd1668dd040b0cd236ed0fd834cd1af24c78044d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 17 May 2026 19:22:56 +0000 Subject: [PATCH] Fix callout border-color and background CSS variables https://claude.ai/code/session_01UP8Wo2CKPNhvvTkzX48CWF --- app/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 8037ea1..1466873 100644 --- a/app/index.html +++ b/app/index.html @@ -789,7 +789,8 @@ body { TAG SYSTEM: CALLOUTS ═══════════════════════════════════════════ */ .mdcms-callout { - border-left: 4px solid; + border-left: 4px solid var(--callout-primary, var(--accent)); + background: var(--callout-bg, transparent); border-radius: 0 6px 6px 0; padding: 0.85rem 1rem 0.85rem 1rem; margin: 1.25rem 0;