From 5dcbf12afe88309b00b0024f67d41d0cbe725595 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Thu, 22 Jun 2023 14:51:47 +0200 Subject: [PATCH] Fixed color of result fields --- Frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/style.css b/Frontend/src/style.css index 9f2f873..e457885 100644 --- a/Frontend/src/style.css +++ b/Frontend/src/style.css @@ -7,5 +7,5 @@ } .text-field { - @apply w-full font-mono dark:text-slate-100 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg + @apply w-full font-mono dark:text-slate-100 bg-slate-50 dark:bg-gray-600 border border-slate-400 p-2 rounded-lg } \ No newline at end of file