From 429e8f4162c0e059169c6c13a53fe18a397f3bb4 Mon Sep 17 00:00:00 2001 From: ysds Date: Mon, 19 Feb 2018 14:07:35 +0900 Subject: [PATCH] Add color variable for caption --- scss/_reboot.scss | 2 +- scss/_variables.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 3e00b7fab62d..5ee563f935a1 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 2178e1f9cbac..0751d026b2e4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -320,6 +320,7 @@ $table-dark-color: $body-bg !default; $table-striped-order: odd !default; +$table-caption-color: $text-muted !default; // Buttons + Forms //