aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-21 10:45:55 -0700
committerChris Rebert <[email protected]>2015-12-21 10:57:54 -0700
commit5a18638f26b4fc876ddd596aad7611637f672484 (patch)
tree85273cdb8a8418af5562c01d34bff7c9e8bad1d6
parent4afc0a3c4a89dcf35af5c5147962b0fdada1bafc (diff)
downloadbootstrap-5a18638f26b4fc876ddd596aad7611637f672484.tar.xz
bootstrap-5a18638f26b4fc876ddd596aad7611637f672484.zip
Set $progress-bar-color to color we are currently using
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 20a57bfcb..380569f42 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -582,7 +582,7 @@ $alert-danger-border: $state-danger-border !default;
// Progress bars
$progress-bg: #f5f5f5 !default;
-$progress-bar-color: #fff !default;
+$progress-bar-color: #0074d9 !default;
$progress-border-radius: $border-radius !default;
$progress-bar-bg: $brand-primary !default;