update site markdown style

This commit is contained in:
afc163 2016-10-18 00:18:03 +08:00
parent 512796b7fe
commit 2fe4590887
3 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,7 @@ code[class*="language-"] ::selection {
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
margin: 1.2em 0;
overflow: auto;
}

View File

@ -107,6 +107,7 @@
border: none;
background: #f7f7f7;
margin: 0;
padding: 0;
font-size: 13px;
color: #666;
overflow: auto;
@ -123,7 +124,7 @@
empty-cells: show;
border: 1px solid #e9e9e9;
width: 100%;
margin-bottom: 24px;
margin: 16px 0;
}
.markdown > table th {

View File

@ -1,6 +1,6 @@
.toc {
font-size: 14px;
margin: 36px 0 24px;
margin: 24px 0;
background: #fbfbfb;
border-left: 2px solid #eee;
list-style: none;