We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498b6fe commit e56b23eCopy full SHA for e56b23e
css/blocks/code.css
@@ -5,27 +5,22 @@ pre {
5
6
code {
7
padding: 2px 4px;
8
-
9
font-size: 95%;
10
color: #d44950;
11
12
background-color: #f7f7f9;
13
border-radius: 0.2rem;
14
}
15
16
pre {
17
display: block;
18
margin: 0 0 1rem;
19
20
line-height: 1.4;
21
white-space: pre-wrap;
22
23
24
pre code {
25
padding: 0;
26
27
color: inherit;
28
29
background-color: transparent;
30
border: 0;
31
0 commit comments