Skip to content

Commit e645643

Browse files
author
Oliver Scott
committed
Change default style (cytoscape).
1 parent c8a3797 commit e645643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scaffoldgraph/vis/notebook/resources/cytoscape.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"shape": "rectangle",
1010
"width": 350,
1111
"height": 300,
12-
"background-color": "#9dbaea",
12+
"background-color": "#EEEEEE",
1313
"background-fit": "contain",
1414
"background-image": "data(img)",
1515
"text-outline-width": 2,
@@ -20,7 +20,7 @@
2020
"selector": "node[type='molecule']",
2121
"style": {
2222
"content": "data(id)",
23-
"background-color": "black"
23+
"background-color": "#EEEEEE"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)