From 80453573757b8cd107fbcabda0a18b7f54cdba46 Mon Sep 17 00:00:00 2001 From: "Benjamin Arntzen (aider)" Date: Thu, 27 Jun 2024 10:25:07 +0100 Subject: [PATCH] Reduced node border width and removed border color for a cleaner visual appearance. --- public/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/app.js b/public/app.js index a5b388b..60cb9a0 100644 --- a/public/app.js +++ b/public/app.js @@ -192,9 +192,8 @@ const options = { nodes: { shape: 'circle', size: 28, - borderWidth: 0.2, // Reduced from 1 to 0.2 for a very thin border + borderWidth: 0, // Removed border color: { - border: '#ffffff', // Changed to white for a subtle border background: '#e0e0e0' } },