Footnotes Category Keys

The keys in the footnotes category control the style of the footnotes list at the end of a chapter (book doctype) or document (other doctypes). The styling of the links is controlled by the global link styles. If the footnotes-title attribute is set in the document, its value will be used as the caption of the footnotes list. As such, it will be styled as a block caption and can also be configured independently of other captions.

Key Value Type Example

font-color

Color
(default: $base-font-color)

footnotes:
  font-color: #CCCCCC

font-size

Font size
(default: 9)

footnotes:
  font-size: 8

font-style

Font style
(default: $base-font-style)

footnotes:
  font-style: italic

item-spacing

Measurement
(default: 3)

footnotes:
  item-spacing: 5

margin-top

Measurement
(default: 0)

footnotes:
  margin-top: 2

text-transform

Text transform
(default: inherit)

footnotes:
  text-transform: lowercase