[opt] css
This commit is contained in:
parent
e79f108fd3
commit
ae76dbf934
|
@ -53,5 +53,21 @@
|
||||||
iframe
|
iframe
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
.md-text .tag-plugin.note blockquote
|
||||||
|
border-top-left-radius: 0
|
||||||
|
border-bottom-left-radius: 0
|
||||||
|
background: none
|
||||||
|
padding-top: 0
|
||||||
|
padding-bottom: 0
|
||||||
|
.md-text .tag-plugin.note table:not([class])
|
||||||
|
th
|
||||||
|
background: var(--block-hover)
|
||||||
|
td,th
|
||||||
|
border-color: var(--block-border)
|
||||||
|
tr
|
||||||
|
&:hover
|
||||||
|
background: var(--block-hover)
|
||||||
|
|
||||||
|
|
||||||
.md-text .tag-plugin .tag-plugin.note
|
.md-text .tag-plugin .tag-plugin.note
|
||||||
--gap-p: 1rem
|
--gap-p: 1rem
|
||||||
|
|
Loading…
Reference in New Issue