Skip to content

Commit

Permalink
Improve readability of double underscore keywords in darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Feb 19, 2025
1 parent 264b5cb commit b6dc373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-library/codemirror-mode/mediawiki/mediawiki.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.theme--dark .cm-mw-skipformatting { background-color: #00568f }
.theme--dark .cm-mw-list { color: #52aeff; }
.theme--dark .cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr { color: #52aeff; background-color: var( --clr-surface-5 ); }
.theme--dark .cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr { color: #52aeff; background-color: var( --clr-surface-4 ); }
.theme--dark .cm-mw-indenting { color: #52aeff; }
.theme--dark .cm-mw-mnemonic { color: #2ccc00; }
.theme--dark .cm-mw-comment { color: #94adad; }
Expand Down

0 comments on commit b6dc373

Please sign in to comment.