From d9b0d7252d4ad224e90d987f180b03d2f67a8610 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 21 Aug 2023 11:51:22 +0200 Subject: [PATCH] Increase contrast for .status_prompt style needed to reach WCAG-enough contrast over white background --- gap-analysis/gapanalysis.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gap-analysis/gapanalysis.css b/gap-analysis/gapanalysis.css index 48cee26..7417a44 100644 --- a/gap-analysis/gapanalysis.css +++ b/gap-analysis/gapanalysis.css @@ -11,7 +11,7 @@ h5 { margin-top: 1rem !important; border-block-end:1px solid #ccc !important; wi .status_prompt { font-style: italic; - color: #aaa; + color: #777; font-size: 90%; margin-bottom: 4em; } @@ -71,4 +71,4 @@ h5 { margin-top: 1rem !important; border-block-end:1px solid #ccc !important; wi margin-block-start: 0; float: right; font-size: 90%; - } \ No newline at end of file + }