From: Mark Otto Date: Tue, 26 Dec 2017 21:34:55 +0000 (-0800) Subject: Darken table border-color X-Git-Tag: v4.0.0-beta.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e1c47bc2801833dc40c153e9f772c226f3746f;p=thirdparty%2Fbootstrap.git Darken table border-color Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color. --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 8ebb619ccc..8355bf5b8f 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;