diff --git a/static/cover.css b/static/cover.css index a4295c4..01a7c20 100644 --- a/static/cover.css +++ b/static/cover.css @@ -82,7 +82,6 @@ a:focus, a:hover { .panel-body { background-color: #444; - text-align: justify; } .modal-header .close { @@ -308,6 +307,10 @@ a:focus, a:hover { .editor-toolbar { background-color: white; } +.editor-preview-side { + text-align: justify; + color: black; +} .CodeMirror { text-align: justify;