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; + } +}