Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/DarkMode' into feature/D…
Browse files Browse the repository at this point in the history
…arkMode
  • Loading branch information
sarkartanmay393 committed Mar 1, 2023
2 parents 10aa358 + c8fc312 commit 2369ed7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,17 @@ div#picker {
cursor: pointer;
transition: transform 0.2s ease-out;
}

::-webkit-scrollbar {
width: 0.8rem;
}

::-webkit-scrollbar-track {
background-color: black;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(40deg, #e107c1, #59afc7);
border-radius: 10px;
border: 2px black solid;
}

0 comments on commit 2369ed7

Please sign in to comment.