1
0

Merge pull request #34 from vinothchandar/master

Fixing the eyesore red font color over sidebar for docs
This commit is contained in:
vinoth chandar
2017-01-05 23:57:48 -08:00
committed by GitHub
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;
}
}

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;}
.anchorjs-link:hover {
color: #4f7233;
color: #333;
}
div.sidebarTitle {
color: #E50E51;
color: #333;
}
li.sidebarTitle {
@@ -96,4 +96,4 @@ li.sidebarTitle {
margin-bottom:10px;
margin-left: 5px;
}
}