Design: Improved Low visibility and contrast in sidebar (#2432)

* change colors

* added navGroupSubcategoryTitleColor

* Add a new line at the end of file

Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Rajiv Singh
2020-09-12 10:32:33 +05:30
committed by GitHub
parent c4fb6d72c5
commit c7d129994b
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -113,6 +113,10 @@ td {
color: $navigatorTitleTextColor;
}
.toc .toggleNav .navGroup .navGroupSubcategoryTitle {
color: $navGroupSubcategoryTitleColor;
}
.toc .toggleNav ul li a,
.onPageNav a {
color: $navigatorItemTextColor;