We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f04cdb commit 7752e6fCopy full SHA for 7752e6f
1 file changed
src/scss/partials/d3.scss
@@ -84,7 +84,8 @@
84
85
.previousStory {
86
polygon, rect, path {
87
- stroke-dasharray: 10;
+ stroke-dasharray: 1 4;
88
+ stroke-linecap: round;
89
stroke: #888;
90
stroke-width: 2;
91
}
0 commit comments