[opt] style
This commit is contained in:
parent
5c97066f4f
commit
9ae92ab35b
|
@ -62,6 +62,10 @@ details.folding[child=codeblock]>div.body
|
||||||
display: none
|
display: none
|
||||||
.code:before
|
.code:before
|
||||||
content: none
|
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]
|
details.folding[child=iframe]
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
|
@ -40,6 +40,10 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
border: none
|
border: none
|
||||||
background: 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]
|
.md-text .tag-plugin.note[child=tabs]
|
||||||
>.body
|
>.body
|
||||||
|
|
Loading…
Reference in New Issue