From c6df6d16c8458fe43f1c7d18c2b6098b365641a0 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 17 Apr 2026 15:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=92=8C=E6=A0=87=E9=A2=98=E5=A4=A7=E5=B0=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/template/syzoj/css/style.css | 34 -------------------------------- 1 file changed, 34 deletions(-) diff --git a/web/template/syzoj/css/style.css b/web/template/syzoj/css/style.css index bf7003f..03d17e2 100644 --- a/web/template/syzoj/css/style.css +++ b/web/template/syzoj/css/style.css @@ -15,11 +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: 24px; --hustoj-global-line-height: 1.6; - --hustoj-global-code-font-size: 24px; - --hustoj-global-heading-size: 24px; - --hustoj-global-subheading-size: 24px; } .ui.header, @@ -45,7 +41,6 @@ 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); } @@ -59,7 +54,6 @@ a.black-link:hover { .font-content { font-family: var(--hustoj-global-mono-font) !important; - font-size: var(--hustoj-global-font-size) !important; line-height: var(--hustoj-global-line-height); } @@ -68,20 +62,6 @@ a.black-link:hover { } h1, -.ui.header.huge, -.ui.header.large { - font-size: var(--hustoj-global-heading-size) !important; -} - -h2, -h3, -h4, -h5, -.ui.header, -.ui.top.attached.block.header { - font-size: var(--hustoj-global-subheading-size) !important; -} - .ui.form textarea, .ui.form select, .ui.text.container, @@ -103,7 +83,6 @@ h5, .ace_line, .ace_text-layer { font-family: var(--hustoj-global-mono-font) !important; - font-size: var(--hustoj-global-font-size) !important; line-height: var(--hustoj-global-line-height) !important; } @@ -129,19 +108,6 @@ code, .ace_gutter, .ace_line, .ace_text-layer { - font-size: var(--hustoj-global-font-size) !important; -} - -pre, -code, -.ace_editor, -.ace_editor textarea, -.ace_content, -.ace_gutter, -.ace_line, -.ace_text-layer, -.sample-box code { - font-size: var(--hustoj-global-code-font-size) !important; } .padding {