Add color to all th borders (#593)

Fixes 581
This commit is contained in:
Jesse Tan 2018-03-23 15:42:39 +01:00 committed by Aaron Carlisle
parent 3eebd9a2e7
commit 7dbbcdc221

View File

@ -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.