1
0
Fork 0

Add statblock callout

This commit is contained in:
Lucas 2024-01-23 16:32:43 +01:00
parent 0e88187ba9
commit f8daaaea97

View file

@ -28,6 +28,13 @@ ul.section-ul {
flex-wrap: wrap; flex-wrap: wrap;
} }
.section-li>.section>.tags { .section-li > .section > .tags {
font-size: small; font-size: small;
} }
.callout {
&[data-callout="statblock"] {
--callout-color: 255, 0, 0;
--callout-icon: swords;
}
}