From d476a5cda471d03bba71637d80232280950c18f4 Mon Sep 17 00:00:00 2001 From: NothingIsLost Date: Fri, 10 Sep 2021 19:30:39 -0700 Subject: [PATCH] Fix style settings font size default --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 9d030b0..eb2717a 100644 --- a/styles.css +++ b/styles.css @@ -43,7 +43,7 @@ settings: id: cm-font-size title: Code Block Font Size type: variable-text - default: '18px' + default: '16px' - id: cm-line-height title: Code Block Line Height