From 0043b4978a876ad5f0043355a71ae81d78746d57 Mon Sep 17 00:00:00 2001 From: quenousimporte <76260127+quenousimporte@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:01:31 +0100 Subject: [PATCH] changed: Calmly style, logs --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 1f75d3f..2762456 100644 --- a/main.js +++ b/main.js @@ -85,9 +85,9 @@ var themes = { bgcolor: "rgb(250,250,250)", fontfamily: "'Droid Serif', serif", - fontsize: "20px", + fontsize: "19px", fontcolor: "rgb(60,60,60)", - lineheight: "30px", + lineheight: "28.5px", accentcolor: "rgb(60,60,60)" } }; @@ -1359,7 +1359,7 @@ function waitpending() { if (!pending) { - console.log("... clear."); + console.log("...clear"); clearInterval(id); resolve(); }