diff --git a/template/styl/mixins/markdown.styl b/template/styl/mixins/markdown.styl index d9e61c8880..82789dad48 100644 --- a/template/styl/mixins/markdown.styl +++ b/template/styl/mixins/markdown.styl @@ -230,5 +230,16 @@ blockquote>:last-child { margin-bottom: 0; } - + table { + border-spacing: 0; + border-collapse: collapse; + td, th { + padding: 6px 13px; + border: 1px solid #dfe2e5; + } + tr { + background-color: #fff; + border-top: 1px solid #c6cbd1; + } + } } \ No newline at end of file