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:
Volker E 2024-03-11 22:03:30 +01:00
parent e578597263
commit 0e0e55e143

View file

@ -1,5 +1,5 @@
@comment-color: #72777d;
@error-color: #f00;
@error-color: #d73333;
@link-color: #000aaa;
@parser-function-color: #d73333;
@table-color: #d08;