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:
gerritbot 2024-03-06 22:48:56 +00:00
parent 7002bc434d
commit 1a906e41ad

View file

@ -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;