Skip to content

Commit

Permalink
Merge pull request ayush-that#209 from anagha-chaudhari/scroll-bar
Browse files Browse the repository at this point in the history
Fixes Scroll Bar ayush-that#135
  • Loading branch information
ayush-that committed May 30, 2024
2 parents 5750be7 + 4b9e3ec commit 3240f36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2059,10 +2059,10 @@ p {
}

::-webkit-scrollbar-track {
background: #c4d2e5;
background: #ffede0;
}

::-webkit-scrollbar-thumb {
background:#505fde;
border-radius: 10px;
background: linear-gradient(#ff7979, #cd4343);
border-radius: 0px;
}

0 comments on commit 3240f36

Please sign in to comment.