Skip to content

Commit

Permalink
add missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Apr 6, 2017
1 parent 5d97059 commit 53f05f0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dark-graph.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[id^='highcharts'] rect.highcharts-background,
[id^='highcharts'] .highcharts-tooltip > path:last-of-type {
fill: rgba(0, 0, 0, 0.5) !important;
}
[id^='highcharts'] rect.highcharts-selection-marker {
fill: rgba(255, 255, 255, 0.5);
}
[id^='highcharts'] .highcharts-xaxis > path,
[id^='highcharts'] .highcharts-yaxis-grid > path {
stroke: #404040;
}
[id^='highcharts'] .highcharts-xaxis > path:last-of-type {
stroke: rgba(204, 214, 235, 0.5);
}
[id^='highcharts'] text[style*='weight:bold'] {
fill: #a0a0a0 !important;
}
[id^='highcharts'] text[style*='weight:bold'][style$='fill:#000000;'] {
fill: #707070 !important;
text-shadow: 0 0 2px #333,0 0 5px #333;
}
[id^='highcharts'] text {
fill: #707070 !important;
}
[id^='highcharts'] text:hover {
fill: #a0a0a0 !important;
text-shadow: 0 0 2px #333,0 0 5px #333;
}

0 comments on commit 53f05f0

Please sign in to comment.