From b6dc373cee2234c0f5e5014a13d61982e2dbe654 Mon Sep 17 00:00:00 2001 From: mbergen Date: Wed, 19 Feb 2025 10:38:15 +0100 Subject: [PATCH] Improve readability of double underscore keywords in darkmode --- cm-library/codemirror-mode/mediawiki/mediawiki.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm-library/codemirror-mode/mediawiki/mediawiki.css b/cm-library/codemirror-mode/mediawiki/mediawiki.css index e3a5772..24807ef 100644 --- a/cm-library/codemirror-mode/mediawiki/mediawiki.css +++ b/cm-library/codemirror-mode/mediawiki/mediawiki.css @@ -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; }