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); }