Skip to content

Commit

Permalink
Fix w3c#605
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jan 29, 2016
1 parent a100778 commit 8f59aa3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/css/metricsgraphics-demo-dark.css
Expand Up @@ -29,7 +29,7 @@ a.active {
}

.mg-area4-color {
fill: #f8b128;
fill: #28c5f8;
}

.mg-area5-color {
Expand Down Expand Up @@ -131,11 +131,11 @@ li {
}

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

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

.mg-line5-color {
Expand All @@ -162,8 +162,8 @@ li {
}

.mg-line4-legend-color {
color: #f8b128;
fill: #f8b128;
color: #28c5f8;
fill: #28c5f8;
}

.mg-line5-legend-color {
Expand Down

0 comments on commit 8f59aa3

Please sign in to comment.