From 30b933017a8f6af43956ef0d5f73ea5876a003e7 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 15 Oct 2024 15:52:47 -0700 Subject: [PATCH] Increase table font size. --- www/css/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/ui.css b/www/css/ui.css index 3ea765f..7d06d1f 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -4,6 +4,7 @@ main table.list{ } main table.list tr{ height:2.5rem; + font-size: 1.15rem; background-color:#242424; } main table.list tr:nth-child(odd){