From 3fe96e8f5057583052a4a088e44cf5d7ea3fecf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:52:40 -0800 Subject: fix border color on inverse tables --- scss/_tables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_tables.scss b/scss/_tables.scss index 149723736..43f50c5be 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -181,7 +181,8 @@ table { } th, - td { + td, + thead th { border-color: $gray; } } -- cgit v1.2.3