ajout scrollbar stylée

pull/23/head
Maxime ROCHER 5 months ago
parent 03156cbe95
commit 7178701474

@ -36,8 +36,8 @@
/* Thumb hover (effet au survol) */ /* Thumb hover (effet au survol) */
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background: linear-gradient(45deg, #d4af37, #6e4b3c); /* Inversion des couleurs du dégradé */ background: linear-gradient(45deg, #9800a3, #220353); /* Inversion des couleurs du dégradé */
box-shadow: 0 0 10px rgba(212, 175, 55, 0.8); /* Lumière dorée */ box-shadow: 0 0 10px rgba(55, 1, 62, 0.8); /* Lumière dorée */
} }
/* Scrollbar horizontale */ /* Scrollbar horizontale */

Loading…
Cancel
Save