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:
lwatson 2024-02-29 15:15:13 -05:00
parent 8efd4e5002
commit ec11ba3ade

View file

@ -8,7 +8,7 @@
.ve-ui-mwExpandableErrorElement-label {
display: block;
margin-right: 2.5em;
color: #d33;
color: #d73333;
}
.ve-ui-mwExpandableErrorElement-label-collapsed {