From 913a5e853234ee5998fa1887f2bfdb582a5652ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=8C=AF=E4=B8=9C?= Date: Sun, 21 Sep 2025 15:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BC=95=E7=94=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 73514af..209f959 100644 --- a/theme.css +++ b/theme.css @@ -1057,11 +1057,15 @@ hr { } .embed-title { - border-bottom: solid 0.5px var(--text-accent); + border-bottom: solid 0.5px var(--blockquote-border-color); color: var(--text-accent); font-weight: bold; } +.markdown-source-view.mod-cm6 .internal-embed { + border-left: solid 0.5px var(--blockquote-border-color); +} + /* * 大纲栏样式 */