fix code style
This commit is contained in:
parent
b9909ceb35
commit
07b8550b04
|
@ -11,7 +11,7 @@ p>code:not([class]),li>code:not([class])
|
|||
padding: .2em .4em
|
||||
border-radius: 4px
|
||||
|
||||
article.md .highlight, .tag-plugin pre:not([class])
|
||||
article.md .highlight, pre:not([class]):has(>code)
|
||||
margin: var(--gap-p) 0
|
||||
border-radius: $border-block
|
||||
overflow: hidden
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.tag-plugin pre:not([class])
|
||||
pre:not([class]):has(>code)
|
||||
display: block
|
||||
padding: 1rem
|
||||
overflow: scroll
|
||||
|
|
Loading…
Reference in New Issue