51 lines
950 B
SCSS
51 lines
950 B
SCSS
.user-main .about.collapsed-info .details {
|
|
background: var(--d-content-background);
|
|
}
|
|
|
|
.user-menu .quick-access-panel .read,
|
|
.user-notifications-list .read {
|
|
background: var(--d-content-background);
|
|
}
|
|
|
|
.powered-by-discourse {
|
|
z-index: 9999;
|
|
}
|
|
|
|
.boxed.white {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.admin-area .sidebar-wrapper .admin-panel {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.admin-report .main .report-alert.no-data,
|
|
.admin-report .main .report-alert.rate-limited {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.admin-detail {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.select-kit.combo-box .select-kit-header,
|
|
.select-kit.multi-select .multi-select-header,
|
|
.d-editor-textarea-wrapper,
|
|
.fk-d-menu__inner-content,
|
|
.menu-panel {
|
|
background-color: var(--d-content-background);
|
|
}
|
|
|
|
.fk-d-menu .btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.d-editor-button-bar {
|
|
padding: 3px;
|
|
}
|
|
|
|
a,
|
|
a:visited {
|
|
color: var(--accent-color);
|
|
}
|