From e475fbf9c72d8a5f02e44e828cd9eee392d71fea Mon Sep 17 00:00:00 2001 From: Rahul Khandait <90828823+rahulkhandait-sde@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:43:12 +0530 Subject: [PATCH 1/2] Update input field background color and text color --- commonStyles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commonStyles.css b/commonStyles.css index 9a4e5a83..2fe98567 100644 --- a/commonStyles.css +++ b/commonStyles.css @@ -157,12 +157,13 @@ footer { .input-field { flex: 1; /* Take remaining space */ - background-color: transparent; + background-color: white; border: 1px solid #34D399; /* Emerald color */ padding: 8px; border-radius: 4px 0 0 4px; font-size: 14px; outline: none; + color: black; } .subscribeBtn { From 1071f3f763b7423dbbced2f7355d12b3da4ec51b Mon Sep 17 00:00:00 2001 From: Rahul Khandait <90828823+rahulkhandait-sde@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:32:47 +0530 Subject: [PATCH 2/2] Update z-index value in newBlogStyle.css --- Blogs/newBlogStyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blogs/newBlogStyle.css b/Blogs/newBlogStyle.css index ac23dba6..7567ee5c 100644 --- a/Blogs/newBlogStyle.css +++ b/Blogs/newBlogStyle.css @@ -108,7 +108,7 @@ position: fixed; top: 60px; /* Adjust top distance as needed */ right: 50px; /* Adjust right distance as needed */ - z-index: 9999; /* Ensure it's above other content */ + z-index: 0; /* Ensure it's above other content */ background-color: #00ff44; /* Background color */ border-radius: 0 !important; /* Border radius */ border: 1px solid #ccc; /* Border */