Skip to content

Commit 24362d4

Browse files
author
baizn
committed
fix: global background color
1 parent 8c3ee75 commit 24362d4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

packages/graphin-graphscope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/graphin-graphscope",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "An Example for GraphScope",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/graphin-graphscope/src/index.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ html {
2222

2323
body {
2424
margin: 0;
25+
background-color: var(--jp-layout-color3) !important;
2526
}
2627

2728
/**
@@ -37,9 +38,13 @@ main {
3738
* `article` contexts in Chrome, Firefox, and Safari.
3839
*/
3940

40-
h1 {
41-
font-size: 2em;
42-
margin: 0.67em 0;
41+
h1,
42+
h2,
43+
h3,
44+
h4,
45+
h5,
46+
h6 {
47+
color: var(--jp-content-font-color1) !important;
4348
}
4449

4550
/* Grouping content

0 commit comments

Comments
 (0)