Comment on Custom Colors of HNComments−jffry12yWhy settle for a single color when you can have the HN topbar in literally every color of the rainbow? @-webkit-keyframes hue { 100% { -webkit-filter:hue-rotate(360deg); } } body > center > table > tbody > tr:first-child > td, body > center > table > tbody > tr:last-child > td { -webkit-filter: hue-rotate(0deg); -webkit-animation: hue 20s linear infinite; }
Comments
Why settle for a single color when you can have the HN topbar in literally every color of the rainbow?