Skip to content

Commit

Permalink
Merge pull request #546 from meetarora10/scrollbar-branch
Browse files Browse the repository at this point in the history
Modified the UI of scrollbar .
  • Loading branch information
sk66641 authored Aug 1, 2024
2 parents b2777a7 + 22b898d commit 25afb3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ body {
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
background-color: #CCCCCC;
background-color: rgb(185, 234, 234);
}

::-webkit-scrollbar
Expand All @@ -70,7 +70,8 @@ body {
{
background-color: #FFF;
border-radius: 10px;
background-image: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 1) 25%,transparent 100%,rgba(0, 0, 0, 1) 75%,transparent)
/* background-image: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 1) 25%,transparent 100%,rgba(0, 0, 0, 1) 75%,transparent) */
background-image: linear-gradient(90deg,rgb(147, 55, 246),rgb(211, 121, 246));
}

.unload {
Expand Down

0 comments on commit 25afb3c

Please sign in to comment.