Merge pull request #2387 from dbkuaizi/hotifx-嵌套代码块样式问题修复

嵌套代码块样式问题修复
This commit is contained in:
chendapao 2023-05-08 10:36:21 +08:00 committed by GitHub
commit f773bc0348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}