Added a scrollbar style to the main.sass

This commit is contained in:
2023-05-30 18:10:23 +02:00
parent 374b435ac4
commit 9c42438530

View File

@ -4,4 +4,14 @@ body
background-color: $background
font-family: 'Inter', sans-serif
height: 100vh
margin: 0
margin: 0
::-webkit-scrollbar
width: 5px
::-webkit-scrollbar-thumb
background: $dark-gray
border-radius: 10px
::-webkit-scrollbar-thumb:hover
background: $primary