Skip to content

Commit a23fcc0

Browse files
authored
docs: choose a color that looks great on both dark and light theme (#8921)
1 parent d9529a3 commit a23fcc0

File tree

1 file changed

+2
-2
lines changed
  • documentation/examples/12-svg/03-area-chart

1 file changed

+2
-2
lines changed

documentation/examples/12-svg/03-area-chart/App.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
}
8787
8888
.tick line {
89-
stroke: #aaa;
89+
stroke: #888;
9090
stroke-dasharray: 2;
9191
}
9292
9393
.tick text {
94-
fill: #666;
94+
fill: #888;
9595
text-anchor: start;
9696
}
9797

0 commit comments

Comments
 (0)