Fixed NavLink color (#2747)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2023-03-16 12:14:02 +03:00 committed by GitHub
parent e8f3447d68
commit d3af23bbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
display: flex;
align-items: center;
flex-shrink: 0;
color: var(--content-color);
color: var(--accent-color);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;