Skip to content

Commit

Permalink
style: Modify code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 28, 2020
1 parent 322f536 commit 9e3ea20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/styl/mixins/markdown.styl
Expand Up @@ -242,4 +242,12 @@
border-top: 1px solid #c6cbd1;
}
}
code {
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: #f0f0f5;
border-radius: 3px;
margin: 0 .4em;
}
}

0 comments on commit 9e3ea20

Please sign in to comment.