Add statblock callout
This commit is contained in:
parent
0e88187ba9
commit
f8daaaea97
1 changed files with 9 additions and 2 deletions
|
@ -31,3 +31,10 @@ ul.section-ul {
|
||||||
.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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue