Darken table border-color

Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
This commit is contained in:
Mark Otto 2017-12-26 13:34:55 -08:00 committed by Mark Otto
parent 90d492bc4a
commit 03e1c47bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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;