style the TOC as 3 columns in the dungeon theme

This commit is contained in:
Brian S. Stephan 2025-10-31 15:13:00 -05:00
parent 6684cfce19
commit 56e8f9113e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -64,3 +64,13 @@ pre {
border: 1px solid #222;
padding: 5px;
}
.toc {
column-count: 3;
column-gap: 20px;
font-size: 10pt;
}
.toc ul, .toc ol {
padding-left: 10px;
}