From 03e1c47bc2801833dc40c153e9f772c226f3746f Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Tue, 26 Dec 2017 13:34:55 -0800
Subject: [PATCH] Darken table border-color

Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
---
 scss/_variables.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab