From: Galen Charlton Date: Thu, 10 Feb 2022 16:00:22 +0000 (-0500) Subject: LP#1960526: use a different blue for better color contrast X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=99c7266a29edbafaa93504ea88466c7978260d82;p=working%2FEvergreen.git LP#1960526: use a different blue for better color contrast Applies to the entire Angular staff interface Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 4e623be461..9ddfe809d9 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -28,6 +28,12 @@ h5 {font-size: .95rem} .small-text-1 {font-size: 85%} +/** Following LP#19860526, use a default link color + * with better contrast + */ +a { + color: #286090; +} /** Ang5 routes on clicks to href's with no values, so we can't have * bare href's to force anchor styling. Use this for anchors w/ no href.