Skip to content

Commit

Permalink
Added Custom Scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Dagar committed Oct 8, 2021
1 parent 8a10084 commit 22320ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Merriweather:wght@300&family=Montserrat:wght@500&family=Raleway:wght@500&family=Roboto&display=swap');

::-webkit-scrollbar{
width: 10px;
}

::-webkit-scrollbar-thumb{
background: linear-gradient(transparent, #017fb5);
border-radius: 10px;
}

::-webkit-scrollbar-track{
background: rgb(45 43 43);
}

body {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 22320ce

Please sign in to comment.