From 3505925f7ea85708eebaaf246728a742b0d93a7d Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 5 Sep 2022 23:50:52 +1200 Subject: [PATCH] Increase table font size --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index b06c86e..b2a3f3d 100644 --- a/static/main.css +++ b/static/main.css @@ -22,7 +22,7 @@ sub { } /* general page appearance */ -body.skin-fandomdesktop, button, input, textarea, .wikitable { +body.skin-fandomdesktop, button, input, textarea, .wikitable, .va-table { font-family: initial; font-size: 18px; line-height: 1.5;