From 4d0c30e12c9d6594482c3bfce8be9947d522156f Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Wed, 15 Jul 2026 22:01:28 +0200 Subject: [PATCH] style(breadboard): whiter body tone, closer to the familiar breadboard look --- frontend/src/velxio-elements/breadboard-element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/velxio-elements/breadboard-element.ts b/frontend/src/velxio-elements/breadboard-element.ts index 881adb02..e251e50d 100644 --- a/frontend/src/velxio-elements/breadboard-element.ts +++ b/frontend/src/velxio-elements/breadboard-element.ts @@ -80,14 +80,14 @@ function buildSvg(): string { parts.push( ``, // body - ``, + ``, // rail separator lines: red above +, blue below - ``, ``, ``, ``, // center channel - ``, + ``, ); // holes for (const p of PINS) parts.push(holeRect(p.x, p.y));