diff --git a/src/App.sass b/src/App.sass index 7e82f36..499dfa7 100644 --- a/src/App.sass +++ b/src/App.sass @@ -5,4 +5,25 @@ body background-color: $background * - font-family: 'Roboto', sans-serif \ No newline at end of file + 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 \ No newline at end of file