0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

feat: keep contrast on .table-dark

In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
This commit is contained in:
Catalin Zalog 2018-09-16 11:06:53 +03:00 committed by XhmikosR
parent 1231e1d6bc
commit a16ffc7ba1

View File

@ -343,7 +343,7 @@ $table-dark-bg: $gray-900 !default;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($gray-900, 7.5%) !default;
$table-dark-color: $body-bg !default;
$table-dark-color: $white !default;
$table-striped-order: odd !default;