Skip to content

Commit

Permalink
resolves #776 use bold style for description list term by default (PR #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored Mar 24, 2017
1 parent b5aaa2c commit 025562d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/themes/base-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ title_page_authors_margin_top: 12
outline_list_indent: 30
outline_list_item_spacing: 6
description_list_description_indent: 30
description_list_term_font_style: normal
description_list_term_font_style: bold
description_list_term_spacing: 4
block_margin_top: 0
block_margin_bottom: 12
Expand Down
2 changes: 1 addition & 1 deletion data/themes/default-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ thematic_break:
margin_top: $vertical_rhythm * 0.5
margin_bottom: $vertical_rhythm * 1.5
description_list:
term_font_style: italic
term_font_style: bold
term_spacing: $vertical_rhythm / 4
description_indent: $horizontal_rhythm * 1.25
outline_list:
Expand Down
2 changes: 1 addition & 1 deletion docs/theming-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ The keys in this category control the arrangement and style of definition list i

|term_font_style
|<<font-styles,Font style>> +
(default: normal)
(default: bold)
|description_list:
term_font_style: italic

Expand Down

0 comments on commit 025562d

Please sign in to comment.