Corrections du CSS

This commit is contained in:
kitoy 2023-07-06 05:33:21 +02:00
parent 1ce6020bff
commit 54be4c878f
1 changed files with 4 additions and 1 deletions

View File

@ -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;