Skip to content

Commit

Permalink
feat: keep contrast on .table-dark
Browse files Browse the repository at this point in the history
In case we set `$body-bg` to a dark color, we have to keep table contrast relevant.
  • Loading branch information
zalog authored and XhmikosR committed Oct 19, 2018
1 parent 1231e1d commit a16ffc7
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 @@ -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;

Expand Down

0 comments on commit a16ffc7

Please sign in to comment.