dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.widget-body {
    background-image: none !important;
}
.widget-body::-webkit-scrollbar {
    width: 10px !important;
}
.widget-body::-webkit-scrollbar-track {
    background: transparent !important;
}
.widget-body::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 0 !important;
}
.widget-body::-webkit-scrollbar-thumb:hover {
    border-radius: 0 !important;
}
.widget-header {
    background: var(--theme-accent-color) !important;
}
.widget-member-avatar img {
    border: 2px solid var(--theme-accent-color) !important;
    background: var(--theme-accent-color) !important;
}
.widget-member-name {
    background: var(--theme-accent-color) !important;
    color: var(--theme-accent-label-color) !important;
}
.widget-header-count {
    margin-left: 4px !important;
}