I am currently working with Bootstrap and have created a list as shown below:
https://i.sstatic.net/PqBip.png
The active state of this list item is blue, but I would like to change it to green or another color.
Here is the code snippet:
<a class="list-group-item list-group-item-action active" id="list-home-list" data-toggle="list" href="#list-home" role="tab" aria-controls="home">v1.0.0</a>
As seen in the picture, this code represents the single item in the list.
My issue is that when I attempt to modify the "active" class, it affects all other components on the page, which is not my intention.