Skip to content

Commit 33f3ba3

Browse files
ysdsmdo
authored andcommitted
Add color variable for caption (#25657)
1 parent 24a5376 commit 33f3ba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scss/_reboot.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ table {
290290
caption {
291291
padding-top: $table-cell-padding;
292292
padding-bottom: $table-cell-padding;
293-
color: $text-muted;
293+
color: $table-caption-color;
294294
text-align: left;
295295
caption-side: bottom;
296296
}

scss/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default;
320320

321321
$table-striped-order: odd !default;
322322

323+
$table-caption-color: $text-muted !default;
323324

324325
// Buttons + Forms
325326
//

0 commit comments

Comments
 (0)