From bc64dc67b6b6e16f3d649601810981d3b5f71915 Mon Sep 17 00:00:00 2001 From: Monu Singh <125896049+monurajputrko@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:09:29 +0530 Subject: [PATCH] Fixed background color typo in scrollbar track definition --- 6) TinDog/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6) TinDog/css/styles.css b/6) TinDog/css/styles.css index 3d4fa1b37..fce34d49a 100644 --- a/6) TinDog/css/styles.css +++ b/6) TinDog/css/styles.css @@ -16,9 +16,9 @@ html { width: 14px; } ::-webkit-scrollbar-track { - /* border: 2px solid #2d3748; */ - background: rgb(255, 233, 233)209, 180, 180)209, 180, 180); + background: rgb(255, 233, 233); /* Correct syntax */ } + ::-webkit-scrollbar-thumb { background: linear-gradient(45deg, #ff4c68, #ef8172); border-radius: 10px;