Skip to content

Instantly share code, notes, and snippets.

@Soft
Created September 28, 2019 08:52
Show Gist options
  • Save Soft/8f935e4c0b0a9f524ab23700c1bdc183 to your computer and use it in GitHub Desktop.
Save Soft/8f935e4c0b0a9f524ab23700c1bdc183 to your computer and use it in GitHub Desktop.
Firefox user style for Feedbin that makes scrollbars prettier
.entry-content,
.entries,
.feeds {
scrollbar-width: thin;
}
.theme-sunset .entry-content,
.theme-sunset .entries,
.theme-sunset .feeds {
scrollbar-color: #F2EEDB #F9F7EE;
}
.theme-day .entry-content,
.theme-day .entries,
.theme-day .feeds {
scrollbar-color: #F5F5F7 #FFFFFF;
}
.theme-dusk .entry-content,
.theme-dusk .entries,
.theme-dusk .feeds {
scrollbar-color: #47494B #353739;
}
.theme-midnight .entry-content,
.theme-midnight .entries,
.theme-midnight .feeds {
scrollbar-color: #1A1A1A #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment