tweaks to the dungeon theme regarding figure and pre styling

This commit is contained in:
Brian S. Stephan 2023-12-20 12:05:00 -06:00
parent f1fb0efb2f
commit a46b2ee01e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 9 additions and 0 deletions

View File

@ -36,3 +36,12 @@ blockquote {
.content blockquote p {
margin: 5px;
}
figure {
background-color: rgba(0, 0, 0, 0.05); /* overrides light.css */
}
pre {
border: 1px solid #222;
padding: 5px;
}