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
+3 -2
View File
@@ -67,8 +67,9 @@ const siteConfig = {
primaryColor: '#36BAA2',
secondaryColor: '#121212',
textColor: '#FFFFFF',
navigatorTitleTextColor: '#9e9e9e',
navigatorItemTextColor: '#616161',
navigatorTitleTextColor: '#e4e4e4',
navigatorItemTextColor: '#9e9e9e',
navGroupSubcategoryTitleColor: '#9e9e9e',
},
/* Colors for syntax highlighting */
+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;