Skip to content

Instantly share code, notes, and snippets.

@TaylanTatli
Created March 20, 2021 22:44
Show Gist options
  • Select an option

  • Save TaylanTatli/4aec89c6012df88012d42e44beaf3c4a to your computer and use it in GitHub Desktop.

Select an option

Save TaylanTatli/4aec89c6012df88012d42e44beaf3c4a to your computer and use it in GitHub Desktop.
Custom CSS for RSSPreview Firefox Extension
html {
background-color: #2b2b2b;
}
a {
color: #FFB300;
text-decoration: none;
}
#feedTitleText {
font-size: 2.5em;
}
.entrytitle {
font-size: 1.5em;
}
#feedBody {
line-height: 1.5;
background-color: #212121;
color: #DCDCDC;
border: none;
}
#rsspreviewBody {
width: 45vw;
margin: 0 auto;
}
.author, .lastUpdated {
font-style: italic;
padding-left: 0;
padding-top: 4px;
opacity: .5;
}
.author {
display: none;
}
.entry {
margin-bottom: 3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment