Skip to content

Commit 965eeba

Browse files
committed
Fix input box text colour
1 parent 5677818 commit 965eeba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/code-editor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
height: 100%;
3030
resize: none;
3131
background-color: variables.$code-editor-background;
32-
color: white;
3332
border: none;
3433
font-family: monospace;
3534
white-space: pre;
3635
overflow-wrap: normal;
3736
overflow-x: scroll;
3837
font-size: 0.75rem;
38+
padding: 0.5rem;
39+
color: #c4c4c4;
3940
}
4041

4142
.input:focus {

0 commit comments

Comments
 (0)