Skip to content

Commit addedb7

Browse files
authored
Update styles.css
1 parent e198c92 commit addedb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pre:hover, pre:focust { width: min-content; }
183183
gap: 10px;
184184
font-family: monospace;
185185
line-height: 21px;
186-
background: #282a3a;
186+
background: #282a3a; /* very dark grayish blue */
187187
border-radius: 2px;
188188
padding: 20px 10px;
189189
height: 200px;
@@ -225,7 +225,7 @@ textarea {
225225
}
226226

227227
body {
228-
background-color: #1d1f20; /* very dark (mostly black) blue */
228+
background-color: #ffffff; /* very dark (mostly black) blue */
229229
color: #e5e5e5; /* very light gray */
230230
font: 14px/1.25 'Crimson Text', sans-serif;
231231
margin-left: 15px;;

0 commit comments

Comments
 (0)