diff options
| author | Mark Otto <[email protected]> | 2018-12-21 14:49:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-21 14:49:11 -0800 |
| commit | fca7531897447fb2f9524559dfb00ecee0944d58 (patch) | |
| tree | 980d2e41ff858687ef3f532e9175c86ca8b59e06 | |
| parent | cdcfd3b1e87638449c311ea5245bfb000226c3de (diff) | |
| parent | f50f6e03551ae9f9477f4ebdfe934c7452d6c6ad (diff) | |
| download | bootstrap-fca7531897447fb2f9524559dfb00ecee0944d58.tar.xz bootstrap-fca7531897447fb2f9524559dfb00ecee0944d58.zip | |
Merge branch 'table-dark-colors' into v4-dev
| -rw-r--r-- | scss/_variables.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index ddafa0c2c..dbeab65f3 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -366,11 +366,12 @@ $table-head-bg: $gray-200 !default; $table-head-color: $gray-700 !default; $table-dark-color: $white !default; -$table-dark-bg: $gray-900 !default; +$table-dark-bg: $gray-800 !default; $table-dark-accent-bg: rgba($white, .05) !default; $table-dark-hover-color: $table-dark-color !default; $table-dark-hover-bg: rgba($white, .075) !default; -$table-dark-border-color: lighten($gray-900, 7.5%) !default; +$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; +$table-dark-color: $white !default; $table-striped-order: odd !default; |
