Add color variable for caption (#25657)

This commit is contained in:
ysds 2018-02-20 07:42:54 +09:00 committed by Mark Otto
parent 24a5376a14
commit 33f3ba33c2
2 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,7 @@ table {
caption {
padding-top: $table-cell-padding;
padding-bottom: $table-cell-padding;
color: $text-muted;
color: $table-caption-color;
text-align: left;
caption-side: bottom;
}

View File

@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default;
$table-striped-order: odd !default;
$table-caption-color: $text-muted !default;
// Buttons + Forms
//