From d86b76c727750f995482acb442588a058ec5d38c Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Thu, 16 Nov 2023 09:13:14 +0100 Subject: [PATCH] Adjusted shade of green --- 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 b65c629..74c3f44 100644 --- a/Frontend/src/style.css +++ b/Frontend/src/style.css @@ -33,5 +33,5 @@ } .text-field-success { - @apply shadow-[0px_0px_10px_0px_rgba(0,255,0,1)]; + @apply shadow-[0px_0px_10px_0px_rgba(52,211,153,1)]; } \ No newline at end of file