CSS tweaks for sprotty SI diagram

This commit is contained in:
Kris De Volder
2019-08-29 09:05:40 -07:00
parent 42951dc1d3
commit 28e3f1cb6e

View File

@@ -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 {