diff options
author | johannst <johannst@users.noreply.github.com> | 2025-02-20 19:41:10 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2025-02-20 19:41:10 +0000 |
commit | 5a3e8872283eb758816b1547a98f52a251e4d31e (patch) | |
tree | 90a858d9a9eea0af6a3644b5c99a96f34372da74 /css/variables.css | |
parent | 267bb0d3d2b7ba892f8f5d88f14f1be1aac0df11 (diff) | |
download | notes-5a3e8872283eb758816b1547a98f52a251e4d31e.tar.gz notes-5a3e8872283eb758816b1547a98f52a251e4d31e.zip |
deploy: 496a4126f52649ea954ce6be2cdfeb1d7a02c372
Diffstat (limited to 'css/variables.css')
-rw-r--r-- | css/variables.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/variables.css b/css/variables.css index 12d1db7..5797715 100644 --- a/css/variables.css +++ b/css/variables.css @@ -9,7 +9,7 @@ --content-max-width: 750px; --menu-bar-height: 50px; --mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; - --code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */ + --code-font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */ } /* Themes */ |