From 6e4460fc0405b237076a8a9c5e1fe92270f10144 Mon Sep 17 00:00:00 2001 From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:06:36 +0530 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 61482da..d66d13e 100644 --- a/style.css +++ b/style.css @@ -1342,7 +1342,7 @@ footer p { margin-bottom: 20px; font-size: 16px; color: white; - background: white; + background: rgb(232, 210, 238); } .dark-mode .contact-right { border-radius: 30px; @@ -1389,4 +1389,4 @@ body.dark-mode .booking-form .form-group select { body.dark-mode .booking-form .form-group input::placeholder, body.dark-mode .booking-form .form-group select::placeholder { color: #aaa; -} \ No newline at end of file +}