[opt] style
This commit is contained in:
parent
5c97066f4f
commit
9ae92ab35b
|
@ -62,6 +62,10 @@ details.folding[child=codeblock]>div.body
|
|||
display: none
|
||||
.code:before
|
||||
content: none
|
||||
.highlight+.highlight
|
||||
border-top: 1px dashed var(--theme-border)
|
||||
border-top-left-radius: 0
|
||||
border-top-right-radius: 0
|
||||
|
||||
details.folding[child=iframe]
|
||||
overflow: hidden
|
||||
|
|
|
@ -40,6 +40,10 @@
|
|||
margin: 0
|
||||
border: none
|
||||
background: none
|
||||
.highlight+.highlight
|
||||
border-top: 1px dashed var(--theme-border)
|
||||
border-top-left-radius: 0
|
||||
border-top-right-radius: 0
|
||||
|
||||
.md-text .tag-plugin.note[child=tabs]
|
||||
>.body
|
||||
|
|
Loading…
Reference in New Issue