boothill 1731454329641

how do i makemy profile not have a pink shadowwhen i hover over a button... i havent touched this in so long


Reactions

Responses
nexu/renato 1731454535037
1

I think you'd need css for that, not sure I haven't checked but you can try the code below

button.primary:hover, a.button.primary:hover {
    box-shadow: none !Important;
} 

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue