Skip to content

Commit

Permalink
update index.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhikaMalpani1702 committed Jul 2, 2024
1 parent ef4ec67 commit fdf4471
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@
align-items: center;
justify-content: center;
}

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

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

::-webkit-scrollbar-thumb {
background-color: rgba(30, 253, 179, 0.944);
border-radius: 7px;
}

0 comments on commit fdf4471

Please sign in to comment.