From e526da0571a0a347271785c7e2c27a7ebb5ea1c7 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 16 Jul 2026 15:52:58 +0800 Subject: [PATCH] =?UTF-8?q?style(code-block):=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=9D=97=E5=AD=97=E5=8F=B7=E4=BB=8E=2013.6px=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=2016px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .md-content pre code 的 font-size 由 0.85em 改为 1rem, 锚定根字号 16px 以提升代码块可读性。行间 code 保持 0.85em 不变。 --- input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.css b/input.css index 8aacce0..fd59a4a 100644 --- a/input.css +++ b/input.css @@ -529,7 +529,7 @@ border-radius: 0; overflow-x: auto; white-space: pre; - font-size: 0.85em; + font-size: 1rem; line-height: 1.6; }