We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a3797 commit e645643Copy full SHA for e645643
1 file changed
scaffoldgraph/vis/notebook/resources/cytoscape.json
@@ -9,7 +9,7 @@
9
"shape": "rectangle",
10
"width": 350,
11
"height": 300,
12
- "background-color": "#9dbaea",
+ "background-color": "#EEEEEE",
13
"background-fit": "contain",
14
"background-image": "data(img)",
15
"text-outline-width": 2,
@@ -20,7 +20,7 @@
20
"selector": "node[type='molecule']",
21
"style": {
22
"content": "data(id)",
23
- "background-color": "black"
+ "background-color": "#EEEEEE"
24
}
25
},
26
{
0 commit comments