UX: admin sidebar headings are bold (#26801)

Make admin sidebar headings bold.
This commit is contained in:
Krzysztof Kotlarek 2024-04-30 09:31:53 +10:00 committed by GitHub
parent 0548f24208
commit 0842ca7f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,7 @@
.admin-area .sidebar-wrapper {
background-color: var(--d-sidebar-admin-background);
.sidebar-section-header-text {
font-weight: bold;
}
}