From 7178701474e6557efd2d120f88ad8976c314f6e4 Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Wed, 11 Dec 2024 11:52:50 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20scrollbar=20styl=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 56d1a53..4f82053 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -36,8 +36,8 @@ /* Thumb hover (effet au survol) */ ::-webkit-scrollbar-thumb:hover { - background: linear-gradient(45deg, #d4af37, #6e4b3c); /* Inversion des couleurs du dégradé */ - box-shadow: 0 0 10px rgba(212, 175, 55, 0.8); /* Lumière dorée */ + background: linear-gradient(45deg, #9800a3, #220353); /* Inversion des couleurs du dégradé */ + box-shadow: 0 0 10px rgba(55, 1, 62, 0.8); /* Lumière dorée */ } /* Scrollbar horizontale */