mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
Fixed text color in CodeMirror dark mode
This commit is contained in:
parent
483a3c68bb
commit
8c76e8a831
|
@ -76,4 +76,8 @@
|
|||
background-color: @dark-bg-0;
|
||||
}
|
||||
}
|
||||
|
||||
.ve-init-mw-desktopArticleTarget .CodeMirror {
|
||||
color: @dark-text-90;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue