Add SimpleMDE to edit markdown

This commit is contained in:
rubenwardy
2018-09-14 23:10:30 +01:00
parent ed409df323
commit 2229b32c90
4 changed files with 37 additions and 0 deletions

View File

@@ -459,3 +459,15 @@ table.fancyTable tfoot td {
.wiptopic a {
color: #7ac;
}
.editor-toolbar {
background-color: #333 !important;
}
.CodeMirror {
background-color: #222 !important;
}
.editor-preview-side {
background-color: #222 !important;
}