From 785e2ba0e66f40afb8a26bb194c272c4daf14628 Mon Sep 17 00:00:00 2001 From: Govind Bairi Date: Wed, 23 Oct 2024 00:24:16 +0530 Subject: [PATCH] email --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1406f1f51..8d3a51478 100644 --- a/index.html +++ b/index.html @@ -5530,13 +5530,13 @@

What if I receive a damaged book?

border-radius: 8px; transition: all 0.3s ease; background-color: #FCE4EC; - color: #555; + color: #fefefe; } .input-group input:focus { outline: none; border-color: #E91E63; - background-color: #f3f3f368; + background-color: #d6121268; box-shadow: 0 0 8px rgba(233, 30, 99, 0.5); }