Added .text-aqua, changed the more wrapper -> main-wrapper, added scrollbar styling
This commit is contained in:
parent
733824d59a
commit
c2a3faa26a
23
src/App.sass
23
src/App.sass
@ -5,4 +5,25 @@ body
|
|||||||
background-color: $background
|
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
|
Loading…
x
Reference in New Issue
Block a user