I recently developed a fresh ASP.Net Core 5 application with Bootstrap integrated. My goal is to design a replica of the btn-primary button but in a different color without altering btn-primary itself.
Upon inspecting, I noticed that bootstrap.min.css and bootstrap.bundle.min.js are being brought in.
How can I correctly craft a new button and include it in the project build?