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;