File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -120,24 +120,23 @@ abbr {
120
120
border-radius : 3px ;
121
121
}
122
122
123
- code , pre {
124
- padding : 0 3 px 2 px ;
123
+ code ,
124
+ pre {
125
125
font-family : Menlo, Monaco, "Courier New" , monospace;
126
- font-size : 14px ;
127
- border-radius : 3px ;
128
126
}
129
127
code {
130
- padding : 2px 4px ;
131
- color : # d14 ;
132
- background-color : # f7f7f9 ;
133
- border : 1px solid # e1e1e8 ;
128
+ padding : .25em .5em ;
129
+ font-size : 85% ;
130
+ color : # bf616a ;
131
+ background-color : # f9f9f9 ;
132
+ border-radius : 3px ;
134
133
}
135
-
136
134
pre {
137
135
display : block;
138
136
margin : 0 0 14px ;
139
137
padding : 15px 20px ;
140
- line-height : 28px ;
138
+ font-size : 16px ;
139
+ line-height : 1.4 ;
141
140
white-space : pre;
142
141
white-space : pre-wrap;
143
142
word-break : break-all;
@@ -146,9 +145,9 @@ pre {
146
145
}
147
146
pre code {
148
147
padding : 0 ;
148
+ font-size : 100% ;
149
149
color : inherit;
150
150
background-color : transparent;
151
- border : 0 ;
152
151
}
153
152
.highlight {
154
153
margin-bottom : 15px ;
You can’t perform that action at this time.
0 commit comments