
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via 6ba23044461d431c4e867858202d660cace6dbef (commit) from 0117c2666d63e599850262574581b3a0d618aba2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6ba23044461d431c4e867858202d660cace6dbef Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Tue May 13 18:40:49 2025 +0000 LP2109745 Color correction for heading 2 (staff) In bug 2106666, a typo caused H2 in light mode to use the dark mode color definition, a very light green, which creates contrast issues on the staff splash page and many other pages that use subheadings (patron registration, reports, etc.). Release-note: Fixes the H2 green color for staff screens in light mode Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: John Amundson <jamundson@cwmars.org> Signed-off-by: Jason Stephenson <jason@sigio.com> diff --git a/Open-ILS/src/eg2/src/assets/css/light.css b/Open-ILS/src/eg2/src/assets/css/light.css index 7f099be099..f37c7123c1 100644 --- a/Open-ILS/src/eg2/src/assets/css/light.css +++ b/Open-ILS/src/eg2/src/assets/css/light.css @@ -1,6 +1,6 @@ /* Light mode */ :root { - --evergreen: var(--eg-green-200); /* brand color */ + --evergreen: var(--eg-green-600); /* brand color */ --black: black; --white: white; --bs-white: white; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/assets/css/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS