Skip to content

Commit 97e1474

Browse files
authored
Merge pull request #1002 from GuillaumeGomez/improve-code-display
Improve code display
2 parents 79ec4a2 + 5e0eca8 commit 97e1474

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)