Hacker News new | ask | show | jobs
by Freak_NL 3134 days ago
The site has a bit of Webkit-only CSS. Tip: don't use bleeding edge CSS like appearance, and if you do, at least test it in Chrome, Edge, and Firefox.

You can fix the broken CSS for Firefox by adding -moz-appearance in addition to -webkit-appearance.

https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appear...

1 comments

Whoops, just pushed up a fix. Just threw this together and didn't test it like I should have. Should be good now.