From d208d4f9a7f9f27c811f4863cf8d1c53fdbdcfe0 Mon Sep 17 00:00:00 2001 From: dbkuaizi Date: Sun, 7 May 2023 16:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B5=8C=E5=A5=97=E4=BB=A3=E7=A0=81=E5=9D=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/extra/themes/vue-light/web.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/extra/themes/vue-light/web.css b/src/data/extra/themes/vue-light/web.css index f5ff4aa0..c13afae5 100644 --- a/src/data/extra/themes/vue-light/web.css +++ b/src/data/extra/themes/vue-light/web.css @@ -422,4 +422,10 @@ h1 .vx-header-anchor{margin-top: -5px;} h2 .vx-header-anchor{margin-top: -4px;} h3 .vx-header-anchor{margin-top: -3px;} h4 .vx-header-anchor{margin-top: -2px;} -h5 .vx-header-anchor{margin-top: -1px;} \ No newline at end of file +h5 .vx-header-anchor{margin-top: -1px;} + +/* 优化嵌套代码块样式 */ +.vx-alert .code-toolbar pre[class*="language-"]{ + background-color: #f3f3f3 !important; + border: 1px dashed #eee; +} \ No newline at end of file