From 218061bcddcefdbbae4ebf4041214fdc448a10b5 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 20 Nov 2024 14:16:34 +0000 Subject: [PATCH] Change "NEW" marker to use W3C blue background Instead of the original red - see https://github.com/w3c/wcag/pull/1481#issuecomment-2447584448 --- guidelines/guidelines.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/guidelines.css b/guidelines/guidelines.css index e7ca78324b..889a6ab499 100644 --- a/guidelines/guidelines.css +++ b/guidelines/guidelines.css @@ -5,7 +5,7 @@ .change { display: inline; color: #fff; - background: #B50000; + background: #005A9C; border-radius: 0.25em; padding: 0.25em 0.4em; margin: 0 0.25em 0 0;