tweak to the dungeon style line height, and re-enable dark/light themes

This commit is contained in:
Brian S. Stephan 2023-01-17 22:24:18 -06:00
parent d6bf967195
commit f27ff21184
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 3 additions and 1 deletions

View File

@ -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']

View File

@ -7,7 +7,7 @@ html {
div.content {
font-size: 12pt;
line-height: 1.2em;
line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {