Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.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;
}