From a178ce4b1fab9fe041c0a920d45eef49c726dd36 Mon Sep 17 00:00:00 2001 From: Olexii Bulhakov Date: Wed, 31 Jan 2024 17:04:13 +0200 Subject: [PATCH] Returns the spaces between table cells --- docs/_sass/custom/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 22e3697..32c35cc 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -27,8 +27,8 @@ td { } table { - border-collapse: collapse; - border-style: hidden; + outline: $border $body-background-color; + outline-offset: -3px; } // Showing light and dark theme images separately