diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cytoscape.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cytoscape.html b/templates/cytoscape.html index 2f25e62..e837e0c 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -15,6 +15,7 @@ 'text-halign': 'center', 'background-color': 'data(nodecolor)', 'font-weight': 'data(fontweight)', + 'color':'data(fontcolor)', 'font-size': '9%' } }, |