Skip to content

Commit 0a8622b

Browse files
authored
fix: code block render issue (#1395)
1 parent 2fc33e8 commit 0a8622b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,23 @@
187187
position: relative;
188188
list-style: initial;
189189
}
190+
/*
190191
code {
191192
border-radius: 4px;
192193
background-color: #edf2fa;
193194
border: none;
194195
padding: 3px 4px;
195196
font-size: 14px;
196197
color: #4c576c;
197-
}
198+
}*/
198199
}
199200
ol {
200201
margin: 16px 0;
201202
padding-left: 20px;
202203
li {
203204
list-style: decimal;
204205
}
206+
/*
205207
code {
206208
border-radius: 4px;
207209
background-color: #edf2fa;
@@ -210,6 +212,7 @@
210212
font-size: 14px;
211213
color: #4c576c;
212214
}
215+
*/
213216
}
214217
}
215218

0 commit comments

Comments
 (0)