From b88d78b2a85027f92ebf4cee701637878c2bbf37 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 20 Sep 2022 18:29:25 +0800 Subject: [PATCH] fix: font-size --- web/css/uoj-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/uoj-theme.css b/web/css/uoj-theme.css index 58fa95a..ada326d 100644 --- a/web/css/uoj-theme.css +++ b/web/css/uoj-theme.css @@ -1,4 +1,4 @@ -html { +html, table { font-size: 14px }