From 183ab19d0fc4bd079279d6a176bac2d2c0e3946e Mon Sep 17 00:00:00 2001 From: obscurefreeman <1093048022@qq.com> Date: Sun, 10 Mar 2024 18:33:57 +0800 Subject: [PATCH] =?UTF-8?q?V1.0.5=20=E9=A2=84=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复引用代码块显示错误的问题,调整标题下划线。 --- blackout.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/blackout.css b/blackout.css index 8c61f70..b87da54 100644 --- a/blackout.css +++ b/blackout.css @@ -189,6 +189,7 @@ h1 { font-size: 2.5rem; margin-bottom: var(--p-spacing); letter-spacing: -1.5px; + padding-bottom: 0.2rem; border-bottom: 1px solid #383838; margin-top: 1em; } @@ -398,19 +399,6 @@ blockquote::before { transform: rotate(45deg); } -blockquote code { - display: block; - padding: 10px; - background-color: var(--code-bg-color); - /* color: var(--code-text-color); */ - font-family: var(--text-font); - font-size: 12px; - line-height: 1.2; - overflow-x: auto; - border-radius: 4px; - margin-top: 10px; -} - pre, code, kbd,