0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/app/assets/stylesheets/admin/sidebar.scss
2026-05-12 15:50:18 -05:00

12 lines
526 B
SCSS
Vendored

.admin-area .sidebar-wrapper .admin-panel {
--d-sidebar-admin-background: var(--token-color-surface-hovered);
--d-sidebar-active-background: var(--token-color-background-accent-subtler);
--d-sidebar-highlight-background: var(--token-color-surface-pressed);
--d-sidebar-link-color: var(--token-color-text-default);
--scrollbarThumbBg: var(--token-color-surface-pressed);
background-color: var(--d-sidebar-admin-background);
}
.admin-sidebar-nav-link__dot {
color: var(--token-color-background-accent-subtler);
}