From e23cb4f916048e26ffdde9e6122c10b2f322260f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Martin?= Date: Wed, 5 Jan 2022 20:47:36 +0100 Subject: [PATCH] Change electic layer edge --- edges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edges.py b/edges.py index 15e497b..c7d3b9f 100755 --- a/edges.py +++ b/edges.py @@ -10,7 +10,7 @@ EDGES = { 'audio': { 'color': 'khaki4', 'style': 'solid' }, 'bluetooth': { 'color': 'royalblue1', 'style': 'dashed' }, 'cable': { 'color': 'rebeccapurple', 'style': 'dotted' }, - 'electric': { 'color': 'turquoise', 'style': 'tapered' }, + 'electric': { 'color': 'turquoise', 'style': 'solid' }, 'ethernet': { 'color': 'navy', 'style': 'solid' }, 'hdmi': { 'color': 'palegreen4', 'style': 'solid' }, 'wifi': { 'color': 'firebrick', 'style': 'dashed' },