From f27ff21184fba9614da114e02a2c32cc8da482c6 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 17 Jan 2023 22:24:18 -0600 Subject: [PATCH] tweak to the dungeon style line height, and re-enable dark/light themes --- config.py | 2 ++ custom-static/css/dungeon.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 305304c..f10c8b4 100644 --- a/config.py +++ b/config.py @@ -4,6 +4,8 @@ MARKDOWN_EXTENSIONS = ['extra', 'incorporealcms.mdx.figures', 'sane_lists', 'sma DEFAULT_PAGE_STYLE = 'dungeon' PAGE_STYLES = { 'dungeon': '/custom-static/css/dungeon.css', + 'dark': '/static/css/dark.css', + 'light': '/static/css/light.css', 'plain': '/static/css/plain.css', } MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'toc', 'tables'] diff --git a/custom-static/css/dungeon.css b/custom-static/css/dungeon.css index 835de66..2f64753 100644 --- a/custom-static/css/dungeon.css +++ b/custom-static/css/dungeon.css @@ -7,7 +7,7 @@ html { div.content { font-size: 12pt; - line-height: 1.2em; + line-height: 1.3em; } h1, h2, h3, h4, h5, h6 {