UX: less link-like unread/new color in sidebar (#18868)

This commit is contained in:
Kris 2022-11-03 14:57:01 -04:00 committed by GitHub
parent 49a0129b0d
commit 943c43ddc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@
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);
@ -36,7 +40,7 @@
@include ellipsis;
padding-left: 0.5em;
text-align: right;
color: var(--tertiary);
color: var(--primary-medium);
font-size: var(--font-down-1);
font-weight: normal;
margin-left: auto;