From 54be4c878fb70dfcad071997720b2b5638f5996c Mon Sep 17 00:00:00 2001 From: kitoy Date: Thu, 6 Jul 2023 05:33:21 +0200 Subject: [PATCH] Corrections du CSS --- static/cover.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;