$content-heading-weight: $weight-semibold !default
$content-heading-line-height: 1.125 !default
+$content-block-margin-bottom: 1em !default
+
$content-blockquote-background-color: $background !default
$content-blockquote-border-left: 5px solid $border !default
$content-blockquote-padding: 1.25em 1.5em !default
$content-table-cell-heading-color: $text-strong !default
$content-table-head-cell-border-width: 0 0 2px !default
$content-table-head-cell-color: $text-strong !default
+$content-table-body-last-row-cell-border-bottom-width: 0 !default
$content-table-foot-cell-border-width: 2px 0 0 !default
$content-table-foot-cell-color: $text-strong !default
pre,
table
&:not(:last-child)
- margin-bottom: 1em
+ margin-bottom: $content-block-margin-bottom
h1,
h2,
h3,
&:last-child
td,
th
- border-bottom-width: 0
+ border-bottom-width: $content-table-body-last-row-cell-border-bottom-width
.tabs
li + li
margin-top: 0