style(IndexBar): adjust default highlight color to red

This commit is contained in:
chenjiahan
2020-11-30 23:00:32 +08:00
committed by neverland
parent a682d24e23
commit 65b6807a7e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -421,7 +421,7 @@
@index-bar-sidebar-z-index: 2;
@index-bar-index-font-size: @font-size-xs;
@index-bar-index-line-height: @line-height-xs;
@index-bar-index-active-color: @green;
@index-bar-index-active-color: @red;
// Info
@info-size: 16px;