diff --git a/headless-services/sprotty-si-view/client/css/diagram.css b/headless-services/sprotty-si-view/client/css/diagram.css index f92c3f853..8d2bc681b 100644 --- a/headless-services/sprotty-si-view/client/css/diagram.css +++ b/headless-services/sprotty-si-view/client/css/diagram.css @@ -15,9 +15,9 @@ ********************************************************************************/ .sprotty-node { - fill: #aae; + fill: rgb(229, 231, 231); stroke: #66b; - stroke-width: 3; + stroke-width: 2; } .sprotty-text { @@ -28,7 +28,7 @@ .sprotty-edge { fill: none; stroke: #488; - stroke-width: 2; + stroke-width: 1; } .sprotty-node.selected {