Skip to content

Instantly share code, notes, and snippets.

@kidpixo
Created November 17, 2013 11:54
Show Gist options
  • Save kidpixo/7512428 to your computer and use it in GitHub Desktop.
Save kidpixo/7512428 to your computer and use it in GitHub Desktop.
Chrome New Tab
#main a { font-family: "Sans-serif"; }
#main a { font-size: 1.6em; }
#main a { color: #555555; }
body { background-color: #ffffff; }
#main a:hover { background-color: #e4f4ff; }
#main a:hover { color: #000000; }
#main a:hover { box-shadow: 0 0 7px #57b0ff; }
body { background-image: url(); }
body { background-image: url(); }
body { background-position: left top; }
body { background-repeat: repeat; }
#main a:hover { box-shadow: 0 0 7px #57b0ff; }
#main a { border-radius: 0.2em; }
#main a { -webkit-transition-duration: 0.2s; }
#main a { line-height: 2; padding-left: 0.8em; padding-right: 0.8em; }
#main { width: 80%; }
#main { left: 0%; }
#main { margin-top: 5%; }
.wrap { -webkit-transition-duration: 0.2s; }
#options_button { opacity: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment