change color of textarea

This commit is contained in:
Percs 2024-11-17 17:13:09 -06:00
parent 6c8712c1de
commit 5742a137fd

View file

@ -62,7 +62,6 @@ export function errorTemplate(trace: string, fetchedURL: string) {
resize: none; resize: none;
height: 20em; height: 20em;
text-align: left; text-align: left;
color: red;
font-family: var(--font-monospace); font-family: var(--font-monospace);
} }