Last active
August 28, 2019 13:43
-
-
Save Adarshreddyash/089b873ca3e58a3a44a72c681c1263a1 to your computer and use it in GitHub Desktop.
This file contains 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
body::-webkit-scrollbar { | |
width: 9px; | |
} | |
body::-webkit-scrollbar-track { | |
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | |
} | |
body::-webkit-scrollbar-thumb { | |
background-color: #6b0f1a; | |
background-image: linear-gradient(315deg, #6b0f1a 0%, #b91372 74%); | |
outline: 1px solid slategrey; | |
border-radius: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment