Skip to content

Commit

Permalink
Update _boilerplate.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SM8UTI authored Sep 26, 2022
1 parent aa08c6d commit 2509d46
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion dist/scss/global/_boilerplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
--header-ol:22.25rem;
}

::-webkit-scrollbar {
width: 10px;
background-color: var(--black-100);
outline: 1px solid slategrey;
}

/* Track */
::-webkit-scrollbar-track {
background: var(--black-100);
}

/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 5rem;
background: var(--blue-500);
}

*,*::after,*::before{
box-sizing: border-box;
margin: 0;
Expand Down Expand Up @@ -39,4 +56,4 @@ a{
body{
padding: 2rem 2rem 2rem 7rem;
}
}
}

0 comments on commit 2509d46

Please sign in to comment.