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