css tweaks
This commit is contained in:
parent
8b90672722
commit
d976af78dc
|
@ -7,8 +7,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.node text {
|
.node text {
|
||||||
font-size: 10px;
|
font-size: 11px;
|
||||||
fill: #fff;
|
fill: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.node ellipse {
|
.node ellipse {
|
||||||
fill: #04f;
|
fill: #fff;
|
||||||
stroke: #04f;
|
stroke: #48f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node ellipse.gateway {
|
.node ellipse.gateway {
|
||||||
|
|
Loading…
Reference in a new issue