jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9.15k stars 301 forks source link

Safari UA stylesheet sets inappropriate button text colors #124

Open rolandcrosby opened 2 years ago

rolandcrosby commented 2 years ago

Safari on iOS sets the button text color to this light blue shade:

IMG_3551

IMG_3553

Safari on macOS sets the pressed button text color to white: Screen Shot 2022-03-29 at 9 26 50 AM

I think this can safely be hard coded to black, unless you want to support alternative color schemes like high-contrast mode, in which case it'd make sense to use a new CSS variable.

JoaoVictor6 commented 2 years ago

I solved this issue :)