summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2016-05-11 23:32:04 -0600
committerDan Allen <dan.j.allen@gmail.com>2016-05-11 23:33:55 -0600
commite82841c99780197cbf94c80a7ca920b62ff1e079 (patch)
tree2a489726989e2d11b7bdfdb1712cf910a3210f2a /data
parent0633ae7ccbea3dfc6363891e54c7489d3de763a8 (diff)
resolves #343 allow theme to set alignment for headings
- allow theme to set alignment for headings (section titles, discrete headings and toc title)
Diffstat (limited to 'data')
-rw-r--r--data/themes/default-theme.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml
index ad7cd260..58cd4ef2 100644
--- a/data/themes/default-theme.yml
+++ b/data/themes/default-theme.yml
@@ -75,9 +75,9 @@ heading:
font_color: $base_font_color
font_family: $base_font_family
font_style: bold
- # h1 is used for part titles
+ # h1 is used for part titles (book doctype only)
h1_font_size: floor($base_font_size * 2.6)
- # h2 is used for chapter titles
+ # h2 is used for chapter titles (book doctype only)
h2_font_size: floor($base_font_size * 2.15)
h3_font_size: round($base_font_size * 1.7)
h4_font_size: $base_font_size_large