Fixed text color in CodeMirror dark mode

This commit is contained in:
alistair3149 2020-03-16 01:14:32 -04:00
parent 483a3c68bb
commit 8c76e8a831
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -76,4 +76,8 @@
background-color: @dark-bg-0; background-color: @dark-bg-0;
} }
} }
.ve-init-mw-desktopArticleTarget .CodeMirror {
color: @dark-text-90;
}
} }