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 {