From c77acc0134252767f8001750043d7ee674825989 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Tue, 23 Jan 2024 17:39:18 +0100 Subject: [PATCH] change css for statblocks --- quartz/styles/custom.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 0c705c6..aa90eaa 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -34,7 +34,18 @@ ul.section-ul { .callout { &[data-callout="statblock"] { - --callout-color: 255, 0, 0; - --callout-icon: swords; + --color: #db4242; + --border: #db424244; + --bg: #db424210; + --callout-icon: ''; + + & > .callout-title > .callout-icon { + background-image: var(--callout-icon); + content: var(--callout-icon); + + & > svg { + //display: none; + } + } } }