From 7dbbcdc221438b87b94d83c5addaf1cde04c5e5a Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Fri, 23 Mar 2018 15:42:39 +0100 Subject: [PATCH] Add color to all th borders (#593) Fixes 581 --- sass/_theme_rst.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 40cb58ac..689e7f9d 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -231,6 +231,8 @@ table.docutils @extend .wy-table @extend .wy-table-bordered-all + th + border-color: $table-border-color &:not(.field-list) @extend .wy-table-striped // This table is what gets spit out for auto-generated API stuff. I style it smaller bits of padding.