From 3880b58eb60d2da1f7e14c114cd75a1d02c1054e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 17 Sep 2015 17:55:57 -0400
Subject: [PATCH] make xlet borders lighter so that overlapping text is still
 legible. This happens with [get], for example-- the bottom of the g extends
 over part of the outlet. I'm trying to keep the box sizes exactly the same as
 Pd-Vanilla, so either the text will be too tall or too narrow. By making it a
 bit too tall it's more legible at smaller font sizes, and the text fits the
 width of the box perfectly.

---
 pd/nw/css/default.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index 2b0ac9de5..55193c589 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -191,14 +191,14 @@ text {
 
 /* control inlet */
 .xlet_control {
-    stroke: black;
+    stroke: #777;
     fill: white;
 //    stroke-width: 1;
 }
 
 /* signal inlet */
 .xlet_signal {
-    stroke: black;
+    stroke: #777;
     fill: #808095;
     stroke-width: 1;
 }
-- 
GitLab