Fix text color
This commit is contained in:
parent
30cb970deb
commit
3659577b57
7 changed files with 14 additions and 32 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue