Merge pull request #34 from vinothchandar/master
Fixing the eyesore red font color over sidebar for docs
This commit is contained in:
@@ -89,15 +89,15 @@ 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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
@@ -96,4 +96,4 @@ li.sidebarTitle {
|
|||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user