mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 13:56:44 +00:00
styles: Update color in Less from #d33 to #d73333
This patch promotes a consistent design decision across projects in MediaWiki core, extensions, and skins. The darker red color meets the W3C Web Content Accessibility Guidelines (WCAG) at Level AA that text or images of text must have a contrast ratio of at least 4.5:1 (or 3:1 for large text). Bug: T343239 Change-Id: I1c3a7a91e28a8fe9695531cdfd7be6807d7c8999
This commit is contained in:
parent
7002bc434d
commit
1a906e41ad
|
@ -1,7 +1,7 @@
|
|||
@comment-color: #72777d;
|
||||
@error-color: #f00;
|
||||
@link-color: #000aaa;
|
||||
@parser-function-color: #d33;
|
||||
@parser-function-color: #d73333;
|
||||
@table-color: #d08;
|
||||
@template-color: #80c;
|
||||
@template-variable-color: #ac6600;
|
||||
|
|
Loading…
Reference in a new issue