1
0

Fix text color

This commit is contained in:
kolaente
2021-01-26 20:46:17 +01:00
parent 30cb970deb
commit 3659577b57
7 changed files with 14 additions and 32 deletions

View File

@ -461,6 +461,11 @@ export default {
&-lines pre {
margin: 0 !important;
}
&-placeholder {
color: $grey-400;
font-style: italic;
}
}
.editor-preview {
@ -497,6 +502,7 @@ export default {
pre.CodeMirror-line {
margin-bottom: 0 !important;
color: $grey-700 !important;
}
.cm-header {