mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
styles: Update color in CSS 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: I517a8f5bee4f62267b37e66a8da7500ca547217e
This commit is contained in:
parent
8efd4e5002
commit
ec11ba3ade
|
@ -8,7 +8,7 @@
|
|||
.ve-ui-mwExpandableErrorElement-label {
|
||||
display: block;
|
||||
margin-right: 2.5em;
|
||||
color: #d33;
|
||||
color: #d73333;
|
||||
}
|
||||
|
||||
.ve-ui-mwExpandableErrorElement-label-collapsed {
|
||||
|
|
Loading…
Reference in a new issue