multi theme compose color

This commit is contained in:
Nizzy
2025-03-02 13:34:55 -05:00
parent 6948c788c3
commit 3efba2dcac

View File

@@ -1,6 +1,6 @@
/* Only show placeholder when editor is completely empty */
.ProseMirror p.is-editor-empty:first-child::before {
color: #c2c8d0;
color: #616161;
content: "Start writing...";
float: left;
height: 0;
@@ -11,7 +11,7 @@
/* Style for all empty paragraphs */
.ProseMirror p.is-empty::before {
color: #c2c8d0;
color: #616161;
content: "Continue writing...";
float: left;
height: 0;