tweak to the dungeon style line height, and re-enable dark/light themes
This commit is contained in:
parent
d6bf967195
commit
f27ff21184
@ -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']
|
||||
|
@ -7,7 +7,7 @@ html {
|
||||
|
||||
div.content {
|
||||
font-size: 12pt;
|
||||
line-height: 1.2em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
Loading…
Reference in New Issue
Block a user