Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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;
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: