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