fix inline code bug,close #77

This commit is contained in:
飞雪无情
2019-12-30 21:36:45 +08:00
parent 759299fc81
commit b6fa77fd8a
+8
View File
@@ -378,6 +378,14 @@ textarea {
.post-content code{
display:inline;
}
.post-content p code{
display:inline;
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,.10);
border-radius: 3px;
}
.post-content p {
margin:0 0 1.1em;
}