Fix codemirror placeholder color

This commit is contained in:
Ben Haynes
2021-05-31 18:56:26 -04:00
parent 85f42dbe5d
commit 7047637edc

View File

@@ -22,7 +22,7 @@
}
.CodeMirror .CodeMirror-placeholder{
color: var(--foreground-subdued);
color: var(--foreground-subdued) !important;
}
.CodeMirror:hover {