I am currently testing two social media buttons, one using an Anchor Tag and the other using a Button Tag for experimental purposes.
The problem I am facing is that when I click on the button, its color and border change to the default bootstrap .btn styling (black color, blue border) instead of the desired #33CAFF color and border.
It should be noted that the color changes back to #33CAFF once I click elsewhere on the screen.
However, my objective is to have the styling return to its pre-click state after clicking the button.
For visual reference, here are images illustrating the current behavior:
Current State: https://i.sstatic.net/7M82Q.jpg
Desired State: https://i.sstatic.net/e9lE4.jpg