diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-30 18:07:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 18:07:41 -0600 |
| commit | 780f7a68be61fe0652993ed13894082499bb8bf2 (patch) | |
| tree | a7e599810d14847bfa458f484d8c33fb6c7c9447 /data | |
| parent | ab59276b58eab20d594f0357e4a22f3355242fa7 (diff) | |
adjust top and bottom padding on quote and verse blocks in built-in themes (PR #2110)
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/base-theme.yml | 4 | ||||
| -rw-r--r-- | data/themes/default-theme.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/base-theme.yml b/data/themes/base-theme.yml index e187dd8b..e2e27f79 100644 --- a/data/themes/base-theme.yml +++ b/data/themes/base-theme.yml @@ -76,10 +76,10 @@ admonition_label_font_style: bold admonition_label_text_transform: uppercase quote_border_color: 'EEEEEE' quote_border_left_width: 4 -quote_padding: [6, 12, 6, 14] +quote_padding: [3, 12, 3, 14] verse_border_color: 'EEEEEE' verse_border_left_width: 4 -verse_padding: [6, 12, 6, 14] +verse_padding: [3, 12, 3, 14] code_font_family: Courier code_font_size: 10.8 code_line_height: 1.2 diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index 0df087c6..dc4afd51 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -168,8 +168,8 @@ quote: font_size: $base_font_size_large border_color: $base_border_color border_width: 0 - border_left_width: 5 - padding: [0, $horizontal_rhythm, $block_margin_bottom * 0.25, $horizontal_rhythm + $quote_border_left_width / 2] + border_left_width: $horizontal_rhythm / 3 + padding: [$vertical_rhythm / 4, $horizontal_rhythm, $vertical_rhythm / 4, $horizontal_rhythm + $quote_border_left_width / 2] cite: font_size: $base_font_size_small font_color: $role_subtitle_font_color |
