summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-10-19 02:25:55 -0600
committerDan Allen <dan.j.allen@gmail.com>2020-10-19 02:25:55 -0600
commitd81157bde02274abc649df7241a5159ad433df53 (patch)
tree7573083134ed44caf5ae715a47e587fbf75ea768 /data
parent0dbb03a56bb573b1139fa3881bd28fa6be0f05f6 (diff)
minor reference cleanups in default theme
Diffstat (limited to 'data')
-rw-r--r--data/themes/default-theme.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml
index 48ec57d6..83398d3a 100644
--- a/data/themes/default-theme.yml
+++ b/data/themes/default-theme.yml
@@ -117,7 +117,7 @@ title_page:
title:
top: 55%
font_size: $heading_h1_font_size
- font_color: 999999
+ font_color: $role_subtitle_font_color
line_height: 0.9
subtitle:
font_size: $heading_h3_font_size
@@ -172,16 +172,18 @@ blockquote:
border_left_width: 5
# FIXME disable negative padding bottom once margin collapsing is implemented
padding: [0, $horizontal_rhythm, $block_margin_bottom * -0.75, $horizontal_rhythm + $blockquote_border_left_width / 2]
- cite_font_size: $base_font_size_small
- cite_font_color: 999999
+ cite:
+ font_size: $base_font_size_small
+ font_color: $role_subtitle_font_color
verse:
font_size: $blockquote_font_size
border_color: $blockquote_border_color
border_width: $blockquote_border_width
border_left_width: $blockquote_border_left_width
padding: $blockquote_padding
- cite_font_size: $blockquote_cite_font_size
- cite_font_color: $blockquote_cite_font_color
+ cite:
+ font_size: $blockquote_cite_font_size
+ font_color: $blockquote_cite_font_color
# code is used for source blocks (perhaps change to source or listing?)
code:
font_color: $base_font_color