Skip to content

Commit

Permalink
Styling of scrollbar changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyans2004 committed Oct 6, 2023
1 parent c76fbf3 commit db4eacf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@
}

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

/* Track */
::-webkit-scrollbar-track {
background-color: var(--clr-background);
background: black;
}


/* Handle */
::-webkit-scrollbar-thumb {
background-color: var(--clr-profile-hover);
border-radius: 12px;
background: #DC143C;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: red;
}

* {
Expand Down

0 comments on commit db4eacf

Please sign in to comment.