diff options
| author | Mark Otto <[email protected]> | 2017-12-26 13:34:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-26 13:47:48 -0800 |
| commit | 03e1c47bc2801833dc40c153e9f772c226f3746f (patch) | |
| tree | 6151bf5247217f01be3b665583c5a546c3633b88 | |
| parent | 90d492bc4a53c8bacc7cbc0c0d23703be7d06d3b (diff) | |
| download | bootstrap-03e1c47bc2801833dc40c153e9f772c226f3746f.tar.xz bootstrap-03e1c47bc2801833dc40c153e9f772c226f3746f.zip | |
Darken table border-color
Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 8ebb619cc..8355bf5b8 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -302,7 +302,7 @@ $table-hover-bg: rgba($black, .075) !default; $table-active-bg: $table-hover-bg !default; $table-border-width: $border-width !default; -$table-border-color: $gray-200 !default; +$table-border-color: $gray-300 !default; $table-head-bg: $gray-200 !default; $table-head-color: $gray-700 !default; |
