Skip to content

Commit

Permalink
docs: choose a color that looks great on both dark and light theme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Jul 6, 2023
1 parent d9529a3 commit a23fcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/examples/12-svg/03-area-chart/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
}
.tick line {
stroke: #aaa;
stroke: #888;
stroke-dasharray: 2;
}
.tick text {
fill: #666;
fill: #888;
text-anchor: start;
}
Expand Down

0 comments on commit a23fcc0

Please sign in to comment.