Skip to content

Commit

Permalink
Style scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko-Sn committed Dec 8, 2024
1 parent c6d3f13 commit 72db599
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@
@tailwind components;
@tailwind utilities;

:root {
background-color:#7c465c;
}
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #FFFFFF;
border-radius: 5px;

}

/* Handle */
::-webkit-scrollbar-thumb {
background: #4E0723;
border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #D82027;;
/* background: #D82027; */
}

0 comments on commit 72db599

Please sign in to comment.