syntax highlight working

This commit is contained in:
2022-05-12 19:29:14 +02:00
parent e27c93c5c0
commit 8a4a694b86
9 changed files with 384 additions and 515 deletions

@ -31,6 +31,8 @@ html, body{
@import 'bootstrap/dist/css/bootstrap.css';
@import 'bootsdark/dist/bootsdark.min.css';
@import 'quill/dist/quill.core.css';
// customize some Bootstrap variables
@ -54,6 +56,22 @@ $mango: #FF8040;
border-color: $primary;
}
.pages-editor-raw {
width: 100%;
height: 650px !important;
background-color: black;
color: white;
}
.ql-container {
overflow-y: scroll;
height: 650px !important;
}
.ql-syntax {
background-color: #222222;
}
.wrapper {
clear: both;
position: sticky;