diff --git a/Frontend/src/style.css b/Frontend/src/style.css index ed52c6e..327b065 100644 --- a/Frontend/src/style.css +++ b/Frontend/src/style.css @@ -7,5 +7,5 @@ } .text-field { - @apply w-full h-full resize-none dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-md + @apply w-full h-full resize-none font-mono bg-white dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-md } \ No newline at end of file