LP1994159 Higher contrast H2s user/mccanna/lp1994159_splash_card_contrast_signoff
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Tue, 25 Oct 2022 16:29:53 +0000 (11:29 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 31 Oct 2022 21:21:12 +0000 (17:21 -0400)
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 <stephanie.leary@equinoxOLI.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/styles.css

index 26c70a9..b239168 100644 (file)
@@ -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}