diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css index 7e81f52944..5dcab201d9 100644 --- a/src/usr/local/www/bootstrap/css/pfSense-dark.css +++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css @@ -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; }