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 {