2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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