Hacker News new | ask | show | jobs
by glenntzke 4821 days ago
Fix with your browser's style inspector or if you can access a javascript console:

document.getElementsByClassName('paragraph')[1].style.color = '#000000 !important'

I find alternate maps like this fascinating. You really don't need to bother with much of the description though - the maps speak for themselves!

1 comments

How would I do this on Chrome? Thanks.
Right click -> Inspect Element -> click Console (right most tab) -> paste code and press return.