From eeef9d82e5a0b116435363d29ad17a155835f0d6 Mon Sep 17 00:00:00 2001 From: simurai Date: Thu, 23 Jul 2020 14:44:46 +0900 Subject: [PATCH] Remove border styles again --- src/markdown/tables.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/markdown/tables.scss b/src/markdown/tables.scss index 7ef53e5e..b6e2bde0 100644 --- a/src/markdown/tables.scss +++ b/src/markdown/tables.scss @@ -8,8 +8,6 @@ width: max-content; max-width: 100%; overflow: auto; - border-color: $border-gray-darker; - border-style: $border-style; th { font-weight: $font-weight-bold;