From 68e637182f8bddd6663dc03a49d385ee307ec1fc Mon Sep 17 00:00:00 2001 From: ajay Date: Thu, 21 Sep 2023 20:14:07 +0530 Subject: [PATCH] Another --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 9cf3fee..2037b9d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -90,7 +90,7 @@ header { border-radius: 5px; transition: all 0.2s ease-out; background: #FF638A ; - color: white; + color: #fefef0; margin: 0.1rem; text-align: center; }