Skip to content

Instantly share code, notes, and snippets.

View creswick's full-sized avatar

Rogan Creswick creswick

View GitHub Profile
@creswick
creswick / gmail-style-fixes.css
Created January 6, 2012 17:25
CSS styles to "fix" the new Gmail theme
/* Set the background of 'read' conversations to a darker grey
so I can see the difference. */
.yO {
background: none repeat scroll 0 0 rgba(210, 210, 210, 0.9) !important;
color: black !important;
}
.xY {
/* border-bottom: 1px solid #D6D6D6 !important; */