Created
November 1, 2011 08:16
-
-
Save intarstudents/1330140 to your computer and use it in GitHub Desktop.
Google Reader (G+ version) in my style (Stylish)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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