

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #A6F4A0; } ::-webkit-scrollbar-track { background-color: #1C1C1C; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }