:root {
--bs-success: #95ff00 !important;
}
https://getbootstrap.com/docs/5.2/customize/css-variables/
Trying to change the success type background color globally. I tried :root
in a custom css and loaded it after the Bootstrap css. It didn’t work.
How can I change it.