From a46b2ee01ea2efa99053385f756ed2f9dc3d7f92 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 20 Dec 2023 12:05:00 -0600 Subject: [PATCH] tweaks to the dungeon theme regarding figure and pre styling --- custom-static/css/dungeon.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; +}