Skip to content

Commit

Permalink
[styles]: added styling to scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
abedshaaban committed Nov 3, 2023
1 parent 63c1d0a commit c8f25af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@
border: 0;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
scroll-behavior: smooth;
}

::-webkit-scrollbar {
height: 1rem;
width: 0.5rem;
}

::-webkit-scrollbar-thumb {
background-color: #ff7676;
border-color: rgb(255, 255, 255);
border-radius: 9999px;
border-width: 1px;
}

::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 9999px;
}

section {
Expand Down

0 comments on commit c8f25af

Please sign in to comment.