dieulot/ip.dog

fix button color for IE11

coliff opened this issue · 2 comments

(This is with IE11 on Windows 10)

image

IE doesn't support CSS variables, unfortunately.

https://caniuse.com/#feat=css-variables

One would need to add fallbacks. As a side note, I'd also switch to ES5 (const -> var, since var is shorter and works with all the browsers out there)

Thanks, but I’m not interested in IE support.