Skip to content

Commit

Permalink
Modify table styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 23, 2019
1 parent f8aaf49 commit c5de6c8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion template/styl/mixins/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit c5de6c8

Please sign in to comment.