really liking Publii, but the UI is killing me – are there any prebuilt themes that cover both the UI and TinyMCE?
styles added to either of the following are not applied…
`/Documents/Publii/themes/simple/assets/css/editor.css`
or…
`/opt/Publii/resources/app.asar.unpacked/default-files/default-themes/simple/assets/css/editor.css`
i tried enabling the option in dev tools > experiments to allow custom UI styles, but that seems to have no effect
here’s an example of what i added to editor.css…
`/* POST EDITOR */
.post-editor {
background: #080808;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
color: #b7b7b7;
font-size: 20px;
}
.button-outline[data-v-50d42e6d] {
color: #b7b7b7;
}
@media screen and (min-width: 20rem)
html {
font-size: 1.5rem;
}`
ps: i did read the doc