Skip to content

Commit

Permalink
Merge pull request #139 from aditya9855/updatedScrollbar
Browse files Browse the repository at this point in the history
Scrollbar updated
  • Loading branch information
Kritika30032002 authored Oct 14, 2023
2 parents 847e483 + 62abffd commit 5f3a806
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,19 @@ input[type="checkbox"]:not(.task-completed):checked::before {
width: auto;
}
}

body::-webkit-scrollbar {
width: 0.5em;
background-color: rgba(255, 255, 255, 0.989);

}

body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(81, 81, 81, 0.95);
}

body::-webkit-scrollbar-thumb {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
border-radius: 5px;
}

0 comments on commit 5f3a806

Please sign in to comment.