mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 13:56:44 +00:00
styles: Replace error color with #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. Bug: T343239 Change-Id: Id66e6636e2237ae956d3c0e4821e862f875a6e30
This commit is contained in:
parent
e578597263
commit
0e0e55e143
|
@ -1,5 +1,5 @@
|
|||
@comment-color: #72777d;
|
||||
@error-color: #f00;
|
||||
@error-color: #d73333;
|
||||
@link-color: #000aaa;
|
||||
@parser-function-color: #d73333;
|
||||
@table-color: #d08;
|
||||
|
|
Loading…
Reference in a new issue