discourse/app/assets/stylesheets/common/admin/sidebar.scss
Martin Brennan 5f4dc1042e
FIX: Bold admin sidebar headings (#27912)
We lost these by mistake in fed9055818,
this reinstates them.
2024-07-15 16:31:16 +10:00

7 lines
161 B
SCSS

.admin-area .sidebar-wrapper .admin-panel {
background-color: var(--d-sidebar-admin-background);
.sidebar-section-header-text {
font-weight: bold;
}
}