Index: lams_central/web/css/bootstrap5.custom.scss =================================================================== diff -u -r9e131a46ef30a0bd2b9407498b3840e0801f064d -r8a007bdcbaa0e268f96d56013b6f27e24d261749 --- lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision 9e131a46ef30a0bd2b9407498b3840e0801f064d) +++ lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision 8a007bdcbaa0e268f96d56013b6f27e24d261749) @@ -1,7 +1,7 @@ /* LAMS custom palette https://coolors.co/f8f8f8-0175e2-f9f871-00914a-d73961 */ -$blue: #0175E2; /* rgb(1, 117, 226) */ +$blue: #0570d5; /* rgb(5, 112, 213) */ $yellow: #F9F871; /* rgb(249, 248, 113) */ $green: #00914A; /* rgb(0, 145, 74) */ $red: #D73961; /* rgb(215, 57, 97) */ @@ -11,4 +11,4 @@ :root { --lams-background-gray: #F8F8F8; /* rgb(248, 248, 248) */ -} \ No newline at end of file +}