UX: Increase admin section header contrast (#29790)

This commit is contained in:
Ella E. 2024-11-15 19:43:29 -07:00 committed by GitHub
parent 876591fdab
commit 93983286b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
background-color: var(--d-sidebar-admin-background);
.sidebar-section-header-text {
font-weight: bold;
color: var(--primary-very-high);
}
}