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' },