Index: lams_central/web/css/bootstrap5.custom.scss =================================================================== diff -u -r9f4482aa1d29f454f091420cc38d3b27a3f4cc8f -rf11663c9b27c276fae910e6c3fa5561a3e2af781 --- lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision 9f4482aa1d29f454f091420cc38d3b27a3f4cc8f) +++ lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision f11663c9b27c276fae910e6c3fa5561a3e2af781) @@ -1,15 +1,18 @@ /* LAMS custom palette - https://coolors.co/f8f8f8-a6aabd-0175e2-f9f871-00914a-d73961 + https://coolors.co/f8f8f8-0175e2-f9f871-00914a-d73961 */ -$blue: #0175E2; -$yellow: #F9F871; -$green: #00914A; -$red: #D73961; -$gray: #A6AABD; +$blue: #0175E2; /* rgb(1, 117, 226) */ +$yellow: #F9F871; /* rgb(249, 248, 113) */ +$green: #00914A; /* rgb(0, 145, 74) */ +$red: #D73961; /* rgb(215, 57, 97) */ @import "bootstrap/bootstrap.scss"; :root { - --lams-background-gray: #F8F8F8; + --lams-background-gray: #F8F8F8; /* rgb(248, 248, 248) */ +} + +.btn-success, .btn-success:hover{ + color: $white; } \ No newline at end of file