From e01416222013bcc0e13dbfd928554945628ecf20 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Tue, 25 Oct 2022 11:29:53 -0500 Subject: [PATCH] LP1994159 Higher contrast H2s The Evergreen logo color used for H2s, including the card headers on the staff splash page, doesn't pass color contrast checks. I've also removed the underlines, as those should be used only for links. Signed-off-by: Stephanie Leary Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 9c4ad967f0..a6f48c62d2 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -16,11 +16,7 @@ body, .form-control, .btn, .input-group-text { h2 { font-size: 1.25rem; font-weight: 550; - color: #129a78; /* official color of the Evergreen logo */ - text-decoration: underline #129a78; -} -h2.card-header { - text-decoration: none; + color: #0D7764; } h3 {font-size: 1.15rem} h4 {font-size: 1.05rem} -- 2.11.0