[GIT] Evergreen ILS branch main updated. a90440c7a53fff9d8feff78f61a2bae2d0464d0d

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, main has been updated via a90440c7a53fff9d8feff78f61a2bae2d0464d0d (commit) from 6c34d66d7185d9b7d583a3c262b01c08dcb5a8ce (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 a90440c7a53fff9d8feff78f61a2bae2d0464d0d 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
participants (1)
-
Git User