html[data-theme="dark"] {
    scrollbar-color: #65716b transparent;
}

html[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background-color: #65716b;
}

html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background-color: #84928a;
}