Skip to content

Commit

Permalink
change color for eleventh line in README.md (w3c#797)
Browse files Browse the repository at this point in the history
steelblue is already taken
  • Loading branch information
shikhar-scs authored and wlach committed Feb 1, 2018
1 parent 36c2f4c commit de8855f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ The colors for the first ten lines, areas and legends are defined in the stylesh

```css
.mg-line11-color {
stroke: steelblue;
stroke: lightpink;
}

.mg-area11-color {
fill: steelblue;
fill: lightpink;
}

.mg-hover-line11-color {
fill: steelblue;
fill: lightpink;
}

.mg-line11-legend-color {
color: steelblue;
color: lightpink;
}
```

Expand Down

0 comments on commit de8855f

Please sign in to comment.