lesbos-discord/01-scrollbars.css

14 lines
571 B
CSS

.chatContent .scroller::-webkit-scrollbar-track, .peopleList.scrollerBase::-webkit-scrollbar-track, .privateChannels .scroller::-webkit-scrollbar-track {
background-color: var(--background-secondary) !important;
}
.chatContent .scroller::-webkit-scrollbar-thumb, .peopleList.scrollerBase::-webkit-scrollbar-thumb {
background-color: var(--background-secondary-alt) !important;
border-color: transparent !important;
}
.scroller.thin::-webkit-scrollbar-thumb {
background-color: var(--background-accent-alt) !important;
border-color: transparent !important;
}