Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jan 28, 2016
1 parent cf06c9a commit a100778
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/css/metricsgraphics-demo-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,39 +111,39 @@ li {
}

.mg-hover-line1-color {
stroke: #ffd300;
fill: #ffd300;
}

.mg-line2-color {
stroke: #18ff00;
}

.mg-hover-line2-color {
stroke: #18ff00;
fill: #18ff00;
}

.mg-line3-color {
stroke: #f57070;
}

.mg-hover-line3-color {
stroke: #f57070;
fill: #f57070;
}

.mg-line4-color {
stroke: #f8b128;
}

.mg-hover-line4-color {
stroke: #f8b128;
fill: #f8b128;
}

.mg-line5-color {
stroke: #f7f7f7;
}

.mg-hover-line5-color {
stroke: #f7f7f7;
fill: #f7f7f7;
}

.mg-line1-legend-color {
Expand Down Expand Up @@ -667,3 +667,4 @@ fieldset[disabled] .btn-link:focus {
.btn-link,.btn-link:hover {
border-color: transparent;
}

0 comments on commit a100778

Please sign in to comment.