Skip to content

Instantly share code, notes, and snippets.

@snoble
Created August 10, 2012 21:41
Show Gist options
  • Save snoble/3318282 to your computer and use it in GitHub Desktop.
Save snoble/3318282 to your computer and use it in GitHub Desktop.
the bad web design hack
echo -e "\nli:hover:nth-child(6n+3) {-webkit-transform: translate(-4px, 2px)} tr:hover:nth-child(6n+3) {-webkit-transform: translate(-4px, 2px)} div:hover:nth-child(7n+5) {-webkit-transform: translate(-4px, 2px)} td:hover:nth-child(6n+3) {-webkit-transform: translate(-4px, 2px)} span:hover:nth-child(6n+3) {-webkit-transform: translate(-4px, 2px)}\n" >> ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment