From 2f4276a73cf56ee7384d805ff05433cd3fc08c63 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 28 Sep 2023 16:02:07 +0200 Subject: [PATCH] changed: default theme --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 9868604..c08dd02 100644 --- a/main.js +++ b/main.js @@ -75,8 +75,8 @@ var themes = Default: { bgcolor: "white", - fontfamily: "'Inconsolata', 'Consolas', monospace", - fontsize: "16px", + fontfamily: "monospace", + fontsize: "14px", fontcolor: "black", lineheight: "130%", accentcolor: "#5AA7CE"