From 99c7266a29edbafaa93504ea88466c7978260d82 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Feb 2022 11:00:22 -0500 Subject: [PATCH] LP#1960526: use a different blue for better color contrast Applies to the entire Angular staff interface Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.11.0