mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
嵌套代码块样式问题修复
This commit is contained in:
parent
a5f6d5a142
commit
d208d4f9a7
@ -423,3 +423,9 @@ h2 .vx-header-anchor{margin-top: -4px;}
|
|||||||
h3 .vx-header-anchor{margin-top: -3px;}
|
h3 .vx-header-anchor{margin-top: -3px;}
|
||||||
h4 .vx-header-anchor{margin-top: -2px;}
|
h4 .vx-header-anchor{margin-top: -2px;}
|
||||||
h5 .vx-header-anchor{margin-top: -1px;}
|
h5 .vx-header-anchor{margin-top: -1px;}
|
||||||
|
|
||||||
|
/* 优化嵌套代码块样式 */
|
||||||
|
.vx-alert .code-toolbar pre[class*="language-"]{
|
||||||
|
background-color: #f3f3f3 !important;
|
||||||
|
border: 1px dashed #eee;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user