Created
September 28, 2019 08:52
-
-
Save Soft/8f935e4c0b0a9f524ab23700c1bdc183 to your computer and use it in GitHub Desktop.
Firefox user style for Feedbin that makes scrollbars prettier
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
.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