From 319ec3e853cddb09a526607310118628fee6d156 Mon Sep 17 00:00:00 2001 From: Olexii Bulhakov Date: Sat, 3 Feb 2024 19:20:31 +0200 Subject: [PATCH] Adds a bottom border to table headers --- docs/_sass/custom/custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index e584016..bc19458 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -85,5 +85,7 @@ tbody { thead { th { text-align: center !important; + border-bottom: 0; + box-shadow: inset 0px -1px $border-color; } }