update markdown style

This commit is contained in:
afc163 2016-09-10 14:13:56 +08:00
parent 0e1be22785
commit f10c7bbfda

View File

@ -91,12 +91,10 @@
.markdown code {
margin: 0 3px;
background: #f7f7f7;
padding: 1px 6px;
padding: .2em .4em;
border-radius: 3px;
color: #777;
font-size: .8rem;
border: 1px solid #e9e9e9;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: .8em;
border: 1px solid #eee;
}
.markdown pre {