UX: more contrast for sidebar counts (#18980)

This commit is contained in:
Kris 2022-11-10 18:43:37 -05:00 committed by GitHub
parent 85bfabd847
commit 4692f4ee7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -25,10 +25,6 @@
color: var(--primary);
background: var(--d-sidebar-highlight-color);
.sidebar-section-link-content-badge {
color: var(--primary-high);
}
.sidebar-section-link-prefix {
&.icon {
color: var(--primary-high);
@ -40,7 +36,7 @@
@include ellipsis;
padding-left: 0.5em;
text-align: right;
color: var(--primary-medium);
color: var(--primary-high);
font-size: var(--font-down-1);
font-weight: normal;
margin-left: auto;