Hacker News new | ask | show | jobs
by cliveowen 4359 days ago
I find it ironic that the background of the page keeps changing from light to dark and that the article is interspersed with images including a GIF.
2 comments

The change of background colors is a deliberate design choice. The content is long and the background helps the reader, especially on mobile, to understand in which section he currently is.

It's a presentation in the form of an article. Same content, different medium.

Ya the switch to white font on dark bg is no good.

Here's a fix:

   $('.blue-grey').css("background-color","#F0F0F0").css("color","#0F0F0F")