From ff44f3418f0b7149bd0b43f6bd2efd6066bbd497 Mon Sep 17 00:00:00 2001 From: apoorva1823000 <71769587+apoorva1823000@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:32:05 +0530 Subject: [PATCH] Update stylesheet.css --- stylesheets/stylesheet.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index e3fe273..3cfb2f5 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -99,4 +99,11 @@ img { width: 100%; max-width: 100%; box-shadow: 2px 2px 10px #adadad; -} \ No newline at end of file +} +::-webkit-scrollbar{ + width: 5px; +} +::-webkit-scrollbar-thumb{ + border-radius: 6px; + background:linear-gradient(transparent ,#00c6ff 10%, #80ffbf 50%, #ffa31a 90%); +}