Added a scrollbar style to the main.sass

This commit is contained in:
Mathias Wagner 2023-05-30 18:10:23 +02:00
parent 374b435ac4
commit 9c42438530
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -5,3 +5,13 @@ body
font-family: 'Inter', sans-serif font-family: 'Inter', sans-serif
height: 100vh 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