1
0

Fixing the eyesore red font color over sidebar for docs

This commit is contained in:
Vinoth Chandar
2017-01-05 23:55:53 -08:00
parent 1ced46ab3e
commit 5a7d408c3c
2 changed files with 6 additions and 6 deletions

View File

@@ -89,14 +89,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !im
} }
div.sidebarTitle { div.sidebarTitle {
color: #015CAE; color: #333;
} }
li.sidebarTitle { li.sidebarTitle {
margin-top:40px; margin-top:40px;
font-weight:normal; font-weight:normal;
font-size:130%; font-size:130%;
color: #ED1951; color: #333;
margin-bottom:10px; margin-bottom:10px;
margin-left: 5px; margin-left: 5px;

View File

@@ -81,11 +81,11 @@ body.print h3 {color: #E50E51 !important; font-size:14px;}
body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
.anchorjs-link:hover { .anchorjs-link:hover {
color: #4f7233; color: #333;
} }
div.sidebarTitle { div.sidebarTitle {
color: #E50E51; color: #333;
} }
li.sidebarTitle { li.sidebarTitle {