Skip to content

Commit

Permalink
Fixes Scroll Bar ayush-that#135
Browse files Browse the repository at this point in the history
Fixes Issue ayush-that#135
  • Loading branch information
anagha-chaudhari committed May 29, 2024
1 parent 98ced5b commit 4b9e3ec
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 4b9e3ec

Please sign in to comment.