From df8895c801a61f4c5beb36fa08fb0b8aec3a39a0 Mon Sep 17 00:00:00 2001 From: Prabhat Kumar <104729493+kumar11jr@users.noreply.github.com> Date: Sun, 4 Jun 2023 08:31:35 +0530 Subject: [PATCH] Update style.css updated the style of scroll bar --- css/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/css/style.css b/css/style.css index 857c4e19..0c0e9ceb 100644 --- a/css/style.css +++ b/css/style.css @@ -1411,5 +1411,35 @@ canvas { .footer-col .social-links a { margin: 30px 25px 10px 0px; } + + + + /* scroll bar style */ +::-webkit-scrollbar { + width: 8px; + height: 8px; +} + + +::-webkit-scrollbar-track { + background-color: #f1f1f1; +} + + +::-webkit-scrollbar-thumb { + background-color: #251e1e; + border-radius: 4px; +} + + +::-webkit-scrollbar-thumb:hover { + background-color: #555; +} + + +::-webkit-scrollbar-thumb:active { + background-color: #333; +} + } /* FOOTER END */