tweaks to the dungeon theme regarding figure and pre styling

This commit is contained in:
2023-12-20 12:05:00 -06:00
parent f1fb0efb2f
commit a46b2ee01e

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;
}