We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbf9df commit 210a71cCopy full SHA for 210a71c
examples/server/public/index.html
@@ -7,8 +7,8 @@
7
8
<style>
9
body {
10
- background-color: #fff;
11
- color: #000;
+ background-color: #000;
+ color: #fff;
12
font-family: system-ui;
13
font-size: 90%;
14
}
@@ -74,11 +74,18 @@
74
75
76
textarea {
77
+ background-color: #111;
78
79
padding: 5px;
80
flex-grow: 1;
81
width: 100%;
82
83
84
+ input {
85
86
87
+ }
88
+
89
pre code {
90
display: block;
91
background-color: #222;
0 commit comments