style(Sidebar): adjust selected text color to @red (#6860)

This commit is contained in:
neverland 2020-07-24 16:43:04 +08:00 committed by GitHub
parent 7f466a3859
commit d7f30bb5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -631,7 +631,7 @@
@sidebar-active-color: @active-color;
@sidebar-background-color: @background-color;
@sidebar-selected-font-weight: @font-weight-bold;
@sidebar-selected-text-color: @text-color;
@sidebar-selected-text-color: @red;
@sidebar-selected-border-width: 4px;
@sidebar-selected-border-height: 16px;
@sidebar-selected-border-color: @red;