Skip to content

Commit

Permalink
Update scroll bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
Murdock9803 authored Oct 21, 2023
1 parent 029419c commit c7d5d8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ html, body {
padding: 0;
}

::-webkit-scrollbar {
background: transparent;
width: 5px;
}

::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}

::-webkit-scrollbar-corner {
border-radius: 10px;
background: grey;
}

@font-face {
font-family: 'kajiro';
src: url(fonts/KajiroBold.ttf);
Expand Down

0 comments on commit c7d5d8b

Please sign in to comment.