style: code block
This commit is contained in:
parent
4e26302101
commit
52507d0b41
1 changed files with 5 additions and 2 deletions
|
@ -52,8 +52,6 @@ const datePublished =
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
content {
|
||||
p, table, ul, img {
|
||||
margin: 1em 0 !important;
|
||||
|
@ -72,5 +70,10 @@ const datePublished =
|
|||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
pre:has(code) {
|
||||
padding: 1em;
|
||||
background: #f6f8fa;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue