]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Darken table border-color
authorMark Otto <markdotto@gmail.com>
Tue, 26 Dec 2017 21:34:55 +0000 (13:34 -0800)
committerMark Otto <markd.otto@gmail.com>
Tue, 26 Dec 2017 21:47:48 +0000 (13:47 -0800)
Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.

scss/_variables.scss

index 8ebb619ccc4b4f645b9fc30915ac3ff22db18110..8355bf5b8fc14bd0135545f200f6efbd006f66ef 100644 (file)
@@ -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;