aboutsummaryrefslogtreecommitdiff
path: root/templates/cytoscape.html
diff options
context:
space:
mode:
authorHao Chen2019-05-12 07:21:48 -0500
committerHao Chen2019-05-12 07:21:48 -0500
commita726538329e4a28891428a98e7eb89c5ed68da5e (patch)
tree3c12b423fc4bf78364e707805d116bf96bee0e66 /templates/cytoscape.html
parent5abc13ae06b2ce7e53480340a1b9292701dc4ab5 (diff)
downloadgenecup-a726538329e4a28891428a98e7eb89c5ed68da5e.tar.gz
color and minors
Diffstat (limited to 'templates/cytoscape.html')
-rw-r--r--templates/cytoscape.html4
1 files changed, 3 insertions, 1 deletions
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',