From 72db5997bac049c9e0d6fd2f3edab1002ded57c5 Mon Sep 17 00:00:00 2001 From: Niko-Sn Date: Sun, 8 Dec 2024 14:50:58 +0200 Subject: [PATCH] Style scrollbar --- src/assets/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/assets/index.css b/src/assets/index.css index b84c1012..9b0ab23e 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -3,23 +3,27 @@ @tailwind components; @tailwind utilities; +:root { + background-color:#7c465c; +} ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { - background: #FFFFFF; border-radius: 5px; + } /* Handle */ ::-webkit-scrollbar-thumb { background: #4E0723; border-radius: 5px; + } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { - background: #D82027;; + /* background: #D82027; */ } \ No newline at end of file