From 687093a134e560c9164ef946094086da0324f78f Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 17 Apr 2026 15:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/template/syzoj/css/style.css b/web/template/syzoj/css/style.css index 03d17e2..7ae4b9c 100644 --- a/web/template/syzoj/css/style.css +++ b/web/template/syzoj/css/style.css @@ -15,6 +15,7 @@ "Sarasa Gothic SC", Consolas, "Cascadia Mono", "Cascadia Code", "Fira Mono", "JetBrains Mono", "Liberation Mono", Menlo, Monaco, "Courier New", monospace; + --hustoj-global-font-size: 14px; --hustoj-global-line-height: 1.6; } @@ -41,6 +42,7 @@ h4, h5, body { font-family: var(--hustoj-global-mono-font) !important; + font-size: var(--hustoj-global-font-size) !important; line-height: var(--hustoj-global-line-height); } @@ -108,6 +110,7 @@ code, .ace_gutter, .ace_line, .ace_text-layer { + font-size: 1rem !important; } .padding {