Skip to content

Commit d4e5392

Browse files
authored
docs: add a white background to body (electron#26504)
1 parent f182a60 commit d4e5392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The `index.html` page looks as follows:
106106
<title>Hello World!</title>
107107
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
108108
</head>
109-
<body>
109+
<body style="background: white;">
110110
<h1>Hello World!</h1>
111111
We are using node <script>document.write(process.versions.node)</script>,
112112
Chrome <script>document.write(process.versions.chrome)</script>,

0 commit comments

Comments
 (0)