Added .text-aqua, changed the more wrapper -> main-wrapper, added scrollbar styling

This commit is contained in:
Mathias Wagner 2022-09-12 17:15:10 +02:00
parent 733824d59a
commit c2a3faa26a

View File

@ -5,4 +5,25 @@ body
background-color: $background
*
font-family: 'Roboto', sans-serif
font-family: 'Roboto', sans-serif
.text-aqua
color: $aqua
.main-wrapper
margin-top: 1%
margin-left: 20%
margin-right: 20%
::-webkit-scrollbar
width: 10px
::-webkit-scrollbar-track
background: $background
::-webkit-scrollbar-thumb
background: $black
border-radius: 5px
::-webkit-scrollbar-thumb:hover
background: $dark-black