We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad498a commit bf2191fCopy full SHA for bf2191f
1 file changed
src/components/Lines.svelte
@@ -17,7 +17,7 @@
17
18
onMount(() => {
19
const context = canvas.getContext("2d");
20
- context.strokeStyle = "white";
+ context.strokeStyle = "#6a7282";
21
22
function animate() {
23
context.clearRect(0, 0, width, height);
0 commit comments