Skip to content

Instantly share code, notes, and snippets.

@peterk87
Created April 29, 2013 23:58
Show Gist options
  • Save peterk87/5485740 to your computer and use it in GitHub Desktop.
Save peterk87/5485740 to your computer and use it in GitHub Desktop.
CSS: feedly.com dark theme
/*feedly.com dark CSS theme*/
.placeholder{
visibility: hidden !important;
}
.area,.summary, div, .light {
background-color: rgb(30,30,30) !important;
color: rgb(200,200,200) !important;
}
a {
color: #78B7F5 !important;
background-color: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment