Skip to content

Instantly share code, notes, and snippets.

@intarstudents
Created November 1, 2011 08:16
Show Gist options
  • Save intarstudents/1330140 to your computer and use it in GitHub Desktop.
Save intarstudents/1330140 to your computer and use it in GitHub Desktop.
Google Reader (G+ version) in my style (Stylish)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
url-prefix(http://www.google.com/reader),
url-prefix(https://www.google.com/reader)
{
#current-entry .card {
border-color: #fff !important;
}
.card .card-content {
padding: 10px !important;
border: 1px solid #bababa !important;
border-bottom: 0px !important;
}
.read .card-content {
border: 1px solid #EBEBEB !important;
border-bottom: 0px !important;
}
#current-entry .card .card-content {
border: 1px solid #4D90FE !important;
border-bottom: 0px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment