From c1c16e101b17db2374d9445d78cbe2f7e57c73b6 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Mon, 7 Mar 2016 17:40:33 +0100 Subject: [PATCH] Slightly thinner borders on nodes * epilogue to #1080 * slightly thinner borders are more in line with, ehem, other lines --- client/app/styles/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 7bd57a9b72..76e02b8168 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -43,7 +43,7 @@ @node-highlight-fill-opacity: 0.1; @node-highlight-stroke-opacity: 0.4; @node-highlight-stroke-width: 1px; -@node-border-stroke-width: 3px; +@node-border-stroke-width: 2.5px; @node-pseudo-opacity: 0.8; @edge-highlight-opacity: 0.1; @edge-opacity-blurred: 0.2;