Skip to content

Instantly share code, notes, and snippets.

@philtr
Created November 3, 2011 16:53
Show Gist options
  • Save philtr/1337032 to your computer and use it in GitHub Desktop.
Save philtr/1337032 to your computer and use it in GitHub Desktop.
Replace Gmail logo with your own
a#gbqlw,
a:hover#gbqlw,
.gbgt-hvr {
width: 128px;
height: 70px;
margin: 30px 0 0 0;
background-image: url(/* Your logo here*/) !important;
background-position: 0 center !important;
background-color: transparent !important;
background-repeat: no-repeat !important; }
a#gbqlw img { display:none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment