mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 22:22:18 +08:00
style: optimization
This commit is contained in:
parent
73319d978e
commit
dd0cfb15da
@ -332,7 +332,9 @@ th code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:not(pre) > code[class*="language-"],
|
:not(pre) > code[class*="language-"],
|
||||||
pre {
|
pre,
|
||||||
|
pre[class*="language-"] {
|
||||||
|
overflow: visible;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background: #f6f8fa;
|
background: #f6f8fa;
|
||||||
|
Loading…
Reference in New Issue
Block a user