Created
April 29, 2019 20:47
-
-
Save mwgamera/b6e6e4f0782c1e49e80a6210dba23633 to your computer and use it in GitHub Desktop.
π₯ζΏβππ₯π¦
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
.scroll-styled-h, .scroll-styled-v { | |
scrollbar-width: thin; | |
scrollbar-color: #e1e8ed #f5f8fa; | |
} | |
html.dark .scroll-styled-h, html.dark .scroll-styled-v { | |
scrollbar-color: #3d5466 #38444d; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment