Improved Sceditor integration

This commit is contained in:
2019-01-10 16:28:59 +01:00
parent 6d61c0d621
commit dff9831228
6 changed files with 61 additions and 10 deletions

View File

@ -23,4 +23,11 @@ a {
.a:focus, .a:hover {
color: #72afd2;
}
/**
* Sceditor iframe
*/
.sceditor-iframe-body {
padding: 5px;
}

View File

@ -33,6 +33,13 @@ p, h1, h2, h3, h4, h5, h6 {
background-color: var(--black3);
}
/**
* Sceditor body
*/
.sceditor-iframe-body {
background-color: var(--black5);
color: var(--white);
}
/**
* Buttons