We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e198c92 commit addedb7Copy full SHA for addedb7
1 file changed
css/styles.css
@@ -183,7 +183,7 @@ pre:hover, pre:focust { width: min-content; }
183
gap: 10px;
184
font-family: monospace;
185
line-height: 21px;
186
- background: #282a3a;
+ background: #282a3a; /* very dark grayish blue */
187
border-radius: 2px;
188
padding: 20px 10px;
189
height: 200px;
@@ -225,7 +225,7 @@ textarea {
225
}
226
227
body {
228
- background-color: #1d1f20; /* very dark (mostly black) blue */
+ background-color: #ffffff; /* very dark (mostly black) blue */
229
color: #e5e5e5; /* very light gray */
230
font: 14px/1.25 'Crimson Text', sans-serif;
231
margin-left: 15px;;
0 commit comments