Skip to content

Commit 71e3137

Browse files
Improve code display
1 parent bb4a78f commit 71e3137

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/styles/crate.scss

+7
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@
313313
pre {
314314
overflow-x: auto;
315315
}
316+
317+
p {
318+
code {
319+
background-color: #fff;
320+
padding: 0 2px;
321+
}
322+
}
316323
}
317324
.last-update {
318325
color: $main-color-light;

0 commit comments

Comments
 (0)