From 575a47ce5090c637385791bca883ec91a2590389 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 12 Jul 2023 18:27:19 +0200 Subject: [PATCH] fixed: default font size --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 30ea86e..6e62e84 100644 --- a/main.js +++ b/main.js @@ -77,7 +77,7 @@ var themes = { bgcolor: "white", fontfamily: "'Inconsolata', 'Consolas', monospace", - fontsize: "90%", + fontsize: "16px", fontcolor: "black", lineheight: "130%", accentcolor: "#5AA7CE"