Skip to content

Instantly share code, notes, and snippets.

@eMerzh
Created March 16, 2013 11:12
Show Gist options
  • Save eMerzh/5175965 to your computer and use it in GitHub Desktop.
Save eMerzh/5175965 to your computer and use it in GitHub Desktop.
tt-rss custom style adaptations to have more contrasts
.Selected .cdmHeader {
background-color: #91C3EE;
font-weight: bold;
}
div.cdmFeedTitle > div:first-child {
float: left !important;
margin-right: 5px;
}
div.cdmFeedTitle {
background:none;
background-color: #407789;
}
.cdmFeedTitle > a {
color: white;
}
.cdmFeedTitle > a:nth-child(3) {
font-size: 60%;
font-style: italic;
}
div.cdmFeedTitle {
border-width: 0 0 1px;
color: white;
text-shadow: 0.1em 0.1em 0.2em black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment