Fix callout border-color and background CSS variables

Fix callout border-color and background CSS variables
This commit is contained in:
Kristian Benestad 2026-05-18 02:23:07 +07:00 committed by GitHub
commit db794cedf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;