From a726538329e4a28891428a98e7eb89c5ed68da5e Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Sun, 12 May 2019 07:21:48 -0500 Subject: color and minors --- templates/cytoscape.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/cytoscape.html') diff --git a/templates/cytoscape.html b/templates/cytoscape.html index b70481b..2f25e62 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -24,7 +24,9 @@ 'line-color':'black', 'opacity': 'mapData(sentCnt, 1, 50, 0.3, 1)', 'width': 'mapData(sentCnt, 1, 50, 0.3, 4)', - 'font-size': '9%' + 'font-size': '9%', + 'font-weight': 'bold', + 'color': '#117A65' } }, { selector: 'node.highlight', -- cgit v1.2.3