mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01: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:
parent
90d492bc4a
commit
03e1c47bc2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user