Skip to content

Commit

Permalink
update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhikaMalpani1702 committed Jul 2, 2024
1 parent d8a3df1 commit 7a070d6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
/* scrollbar.css */
::-webkit-scrollbar {
width: 10px;
width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
background: #0e4b16;
background: #c9ffd0;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: darkgray;
background: #3bb77e;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: darkgrey;
background: #28a745;
}

::-webkit-scrollbar:hover {
width: 10px;
}

0 comments on commit 7a070d6

Please sign in to comment.