convert the adventuring index to 13th Age stuff, with icons

This commit is contained in:
2025-10-03 15:03:53 -05:00
parent 87615a6dfb
commit 8224ba8caf
8 changed files with 492 additions and 37 deletions

View File

@@ -41,6 +41,21 @@ blockquote {
margin: 5px;
}
.ttrpg-keywords {
display: flex;
list-style: none;
padding-left: 0;
}
.ttrpg-keywords li:not(:first-child) {
padding-left: 0.5ch;
}
.ttrpg-keywords li:not(:first-child)::before {
content: "✦";
margin-right: 0.5ch;
}
figure {
background-color: rgba(0, 0, 0, 0.05); /* overrides light.css */
}