Skip to content

Commit

Permalink
Darken table border-color
Browse files Browse the repository at this point in the history
Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
  • Loading branch information
mdo committed Dec 26, 2017
1 parent 90d492b commit 03e1c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 03e1c47

Please sign in to comment.