Before opening: On Safari a link button is not displayed correctly due to `-webkit-appearance: button`. Please see screenshots attached. ``` button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } ``` <img width="823" alt="Screenshot 2022-02-23 at 18 41 06" src="https://user-images.githubusercontent.com/16318386/155385919-75f3b7c2-6354-4775-861c-6fdcd365ada1.png"> <img width="846" alt="Screenshot 2022-02-23 at 18 41 32" src="https://user-images.githubusercontent.com/16318386/155385933-5b1a7302-6941-4af9-9f3d-5f0282cb5e38.png">