If you click on the button, you will see a blue border, which is really annoying for me. Do you have any solutions on how to make it disappear/not appear at all?
button{
color: aqua;
background-color: transparent;
border-radius: 20px;
}
<button>about</button>