mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00: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:
parent
1231e1d6bc
commit
a16ffc7ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue