We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3ee75 commit 24362d4Copy full SHA for 24362d4
packages/graphin-graphscope/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@antv/graphin-graphscope",
3
- "version": "1.0.1",
+ "version": "1.0.3",
4
"description": "An Example for GraphScope",
5
"main": "lib/index.js",
6
"module": "es/index.js",
packages/graphin-graphscope/src/index.css
@@ -22,6 +22,7 @@ html {
22
23
body {
24
margin: 0;
25
+ background-color: var(--jp-layout-color3) !important;
26
}
27
28
/**
@@ -37,9 +38,13 @@ main {
37
38
* `article` contexts in Chrome, Firefox, and Safari.
39
*/
40
-h1 {
41
- font-size: 2em;
42
- margin: 0.67em 0;
+h1,
+h2,
43
+h3,
44
+h4,
45
+h5,
46
+h6 {
47
+ color: var(--jp-content-font-color1) !important;
48
49
50
/* Grouping content
0 commit comments