diff options
Diffstat (limited to 'editor/editor.css')
-rwxr-xr-x | editor/editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.css b/editor/editor.css index d3700c2..c156768 100755 --- a/editor/editor.css +++ b/editor/editor.css @@ -326,7 +326,7 @@ li.ProseMirror-selectednode:after { .ProseMirror p { margin-bottom: 1em } .editor [contenteditable="true"] em::before, .editor [contenteditable="true"] em::after { - content: "//" + content: "__" } .editor [contenteditable="true"] blockquote p::before { |