diff --git a/custom-static/css/dungeon.css b/custom-static/css/dungeon.css index c7106ff..23e68ef 100644 --- a/custom-static/css/dungeon.css +++ b/custom-static/css/dungeon.css @@ -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; +}