mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
test_gen: change styling in wasm test debugger
This commit is contained in:
parent
21ee531e8c
commit
549b4be907
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #00c000;
|
color: #ccc;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
color: #0080ff;
|
color: #aaa;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue