Skip to content

Text decoration in Safari is odd

TIL today: Safari won’t allow you to add more than one value to a text-decoration property, so the dotted in text-decoration: underline dotted won’t work. You have to add a separate text-decoration-style property to your declaration.