fix code style

This commit is contained in:
xaoxuu 2022-10-11 20:21:47 +08:00
parent b9909ceb35
commit 07b8550b04
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
.tag-plugin pre:not([class])
pre:not([class]):has(>code)
display: block
padding: 1rem
overflow: scroll