From d0b14a8de4749018b38466993ded809f8f1fec24 Mon Sep 17 00:00:00 2001 From: cybardev Date: Sat, 17 Aug 2024 12:10:02 -0300 Subject: [PATCH] re: reduce font size --- resources/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/template.css b/resources/template.css index 34efaad..db0e390 100644 --- a/resources/template.css +++ b/resources/template.css @@ -12,7 +12,7 @@ :root { --footerHeaderBorderColor: #1c1c1c; --font-family: "Roboto", sans-serif; - --font-size: 18px; + --font-size: 16px; } .markdown-body a {