@@ -64,6 +64,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
[data-theme="light"] .sidebar .nav-item {
|
||||
color: #334155;
|
||||
}
|
||||
|
||||
.nav-item[hidden],
|
||||
.settings-menu-item[hidden] {
|
||||
display: none !important;
|
||||
@@ -486,6 +490,19 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.sidebar-section-title {
|
||||
padding: 0.5rem 1.25rem 0.25rem;
|
||||
color: color-mix(in srgb, var(--text-secondary) 72%, transparent);
|
||||
font-size: 0.7rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
[data-theme="light"] .sidebar-section-title {
|
||||
color: #64748b !important;
|
||||
}
|
||||
|
||||
.sidebar-section-divider {
|
||||
height: 1px;
|
||||
background: rgba(229, 231, 235, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user