fix dark theme css

This commit is contained in:
Jared Dillard 2016-03-04 16:08:14 -06:00
parent 4225416f3a
commit 4d13e55ffa

View File

@ -421,6 +421,7 @@ textarea {
.bs-callout-info h4 {
color: #01579B;
}
/* D3 Styles */
@ -432,7 +433,7 @@ g.nv-axis text, g.nv-legend text {
fill: #FFFFFF;
}
.nvd3 .nv-axis line, .nvd3 .nv-axis path{
.nvd3 .nv-axis line, .nvd3 .nv-axis path {
fill: #616161 !important;
stroke: #616161 !important;
}