From c2a3faa26a57a5d04bac9962f67b2fad79946a5f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 17:15:10 +0200 Subject: [PATCH] Added .text-aqua, changed the more wrapper -> main-wrapper, added scrollbar styling --- src/App.sass | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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