I have created a new ASP.Net Core 5 application which comes with Bootstrap. I want to create a full copy of btn-primary button but with a new color. I don't want to replace btn-primary.
I see that bootstrap.min.css and bootstrap.bundle.min.js are imported.
What is the correct way to create a new button and release it as part of the build?