convert the adventuring index to 13th Age stuff, with icons
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user