I have been working on a page to control my amp using various JavaScript libraries.
1.) How can I change the blue border of a selected Bootstrap 5 button to a lighter green without using SCSS?
Example:
Repository (apologies for the mess, it's not the latest version but the issues are noticeable): https://github.com/schoko11/KEKO-WEB
2.) On a large screen, there is a white background at the bottom because the grey background does not cover the entire viewport height.... -> I have set the body to
height: 100vh;
Thank you!