fix code highlight radius when markup.highlight.lineNos is enabled
This commit is contained in:
parent
3167acd32a
commit
a8316f0073
@ -143,6 +143,10 @@
|
||||
margin: auto 0
|
||||
}
|
||||
|
||||
.post-content .highlight table {
|
||||
border-radius: var(--radius)
|
||||
}
|
||||
|
||||
.post-content .highlight:not(.gist .highlight),
|
||||
.post-content pre {
|
||||
margin: 10px auto;
|
||||
|
Loading…
Reference in New Issue
Block a user