Skip to content

Comment on Custom Colors of HN

Comments

Why 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;
  }
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.