test_gen: change styling in wasm test debugger

This commit is contained in:
Brian Carroll 2022-03-18 14:58:48 +00:00
parent 21ee531e8c
commit 549b4be907

View file

@ -3,7 +3,7 @@
<style>
body {
background-color: #111;
color: #00c000;
color: #ccc;
font-family: sans-serif;
font-size: 18px;
}
@ -19,7 +19,7 @@
margin: 8px;
}
code {
color: #0080ff;
color: #aaa;
background-color: #000;
padding: 1px 4px;
font-size: 16px;