Skip to content

Commit

Permalink
code: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomerry Wu committed Mar 9, 2021
1 parent cb0052b commit 42ecc16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/code/code.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/* 修改 code 样式 */
pre li{
list-style-type: none;
}

pre code.hljs {
padding: 15px 15px 0px 15px!important;
}

#post-content pre code {
padding: 2px 4px;
Expand Down

0 comments on commit 42ecc16

Please sign in to comment.