Skip to content

Commit

Permalink
单反引号代码块适配
Browse files Browse the repository at this point in the history
  • Loading branch information
hiPsyDuck committed Dec 30, 2020
1 parent 2c2327b commit bc1bd1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CSS/white.css
Original file line number Diff line number Diff line change
Expand Up @@ -796,10 +796,12 @@ div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-tool
code:not([class*="language-"]) {
padding: 2px 8px;
margin: 0 4px;
word-wrap: break-word;
white-space:normal;
color: #555;
background: #eee;
font-size: 14px;
line-height: 22px;
display: inline-block;
}

hr {
Expand Down

0 comments on commit bc1bd1a

Please sign in to comment.