From f3735ec49aca09366ab38edb99c6d4124f2564a2 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 25 Jan 2024 09:47:39 +0100 Subject: [PATCH] Update statblock icon --- quartz/styles/custom.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index aa90eaa..76e4e2d 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -37,15 +37,6 @@ ul.section-ul { --color: #db4242; --border: #db424244; --bg: #db424210; - --callout-icon: ''; - - & > .callout-title > .callout-icon { - background-image: var(--callout-icon); - content: var(--callout-icon); - - & > svg { - //display: none; - } - } + --callout-icon: url('data:image/svg+xml; utf8, '); } }