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