From 17fe5e3513769828caf7d835d7484691080fc1f5 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 24 Sep 2022 19:33:45 +0800 Subject: [PATCH] Revert "feat: reset global font-size" This reverts commit 831dcdf651448983901df6c64eea1fbdfffc3ec1. --- web/css/uoj-bs5.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/css/uoj-bs5.css b/web/css/uoj-bs5.css index ca4feeb..406c850 100644 --- a/web/css/uoj-bs5.css +++ b/web/css/uoj-bs5.css @@ -1,9 +1,5 @@ /* S2OJ Bootstrap 5 Theme */ -:root { - font-size: 14px; -} - body { overflow-y: scroll; }