Skip to content

Commit 35b5529

Browse files
committed
Use consistent edge color (#808090) for node borders, handles, and edges
1 parent 85369d5 commit 35b5529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--error-bg: rgba(239, 68, 68, 0.1);
2929

3030
/* ===== SPECIAL ===== */
31-
--edge: #7F7F7F;
31+
--edge: #808090;
3232
--grid-dot: #1a1a24;
3333

3434
/* ===== FONTS ===== */

0 commit comments

Comments
 (0)