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 +}