Skip to content

Instantly share code, notes, and snippets.

@mwgamera
Created April 29, 2019 20:47
Show Gist options
  • Save mwgamera/b6e6e4f0782c1e49e80a6210dba23633 to your computer and use it in GitHub Desktop.
Save mwgamera/b6e6e4f0782c1e49e80a6210dba23633 to your computer and use it in GitHub Desktop.
πŸ₯ζΏβŒπŸ’›πŸ”₯🦊
.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