From e5b81e46625bba02e2fd42bcc12450a74dc340cc Mon Sep 17 00:00:00 2001 From: Aditya5510 <78204626+Aditya5510@users.noreply.github.com> Date: Tue, 11 Oct 2022 06:48:54 +0530 Subject: [PATCH] Added a scrollbar with the matching theme.css --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/style.css b/style.css index c6f36c2..57c5321 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,23 @@ @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Merriweather:wght@300&family=Montserrat:wght@500&family=Raleway:wght@500&family=Roboto&display=swap'); +::-webkit-scrollbar { + width: 5px; + border: 5px solid ; +} + +::-webkit-scrollbar-button:single-button { + background-color: aqua; + height: 20px; + width: 20px; +} + +::-webkit-scrollbar-thumb { + background: grey; +} + +::-webkit-scrollbar-track-piece { + background: black; +} body { margin: 0; padding: 0;