On my website I have various buttons with a custom styling. However on safari V15 and up it apperently ignores the styling and switches to the default safari buttons. I also have a button for submitting a form, but this button doens’t even display the text that is supposed to be on there. When you click on it and the form isn’t filled out correct, it suddently does display the text.
Here is the styling for the buttons:
button{
font-size: 40px;
font-family: typewriter;
border: 2px solid gray;
background-color: white;
cursor: pointer;
transition: 150ms ease;
}
I tried a quick google search but couldn’t find anything related to this.