Cybrkyd's Git Repositories

jottings - commit: 935a53e

commit 935a53ecc79e420d29d80b0aa9cab402a67e54146cad7862c2a6ce8a803ca9fe
author Cybrkyd <git@cybrkyd.com> 2026-06-20 10:20:18 +0100
committer Cybrkyd <git@cybrkyd.com> 2026-06-20 10:20:18 +0100

Commit Message

Darker editor font. #editor.editor-empty::before to fix double and tripple Enter

📊 Diffstat

resources/styles.css 4
1 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/resources/styles.css b/resources/styles.css
index c1963e5..280ef84 100644
--- a/resources/styles.css
+++ b/resources/styles.css
@@ -67,14 +67,14 @@ h1 {
outline:none;
height:700px;
overflow-y:auto;
- color:#141414;
+ color:#111;
caret-color:#0f8e99;
word-wrap:break-word;
white-space:pre-wrap;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
- #editor:empty::before {
+ #editor.editor-empty::before {
content:attr(data-placeholder);
color:#aaa;
pointer-events:none;