From f8daaaea9738d8b07023648ca1d77419dbdc63e8 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Tue, 23 Jan 2024 16:32:43 +0100 Subject: [PATCH] Add statblock callout --- quartz/styles/custom.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 6c429e1..0c705c6 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -28,6 +28,13 @@ ul.section-ul { flex-wrap: wrap; } -.section-li>.section>.tags { +.section-li > .section > .tags { font-size: small; -} \ No newline at end of file +} + +.callout { + &[data-callout="statblock"] { + --callout-color: 255, 0, 0; + --callout-icon: swords; + } +}