Skip to content

Commit d108ea7

Browse files
hoodmanemerwok
andauthored
Apply suggestions from code review
Co-authored-by: Éric <merwok@netwok.org>
1 parent 79424a4 commit d108ea7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • Tools/wasm/emscripten/web_example_pyrepl_jspi

Tools/wasm/emscripten/web_example_pyrepl_jspi/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
href="https://unpkg.com/xterm@4.18.0/css/xterm.css"
77
/>
88
<style>
9-
.xterm-dom-renderer-owner-1 .xterm-fg-3 {
9+
body {
10+
background-color: #300a24;
11+
}
12+
13+
.xterm-dom-renderer-owner-1 .xterm-fg-3 {
1014
color: #c4a000 !important;
1115
}
1216

@@ -23,7 +27,7 @@
2327
}
2428
</style>
2529
</head>
26-
<body style="background-color: #300a24" ;>
30+
<body>
2731
<div id="terminal"></div>
2832
<script type="module" src="src.mjs"></script>
2933
</body>

0 commit comments

Comments
 (0)