From 13e5bbfc90263291a8c0cfd97bb6d8fed42bbd56 Mon Sep 17 00:00:00 2001 From: Maana Ajmera Date: Tue, 18 Jun 2024 20:39:32 +0530 Subject: [PATCH 1/5] Add link of appointment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cfb16e52..9d7c7577 100644 --- a/index.html +++ b/index.html @@ -1261,7 +1261,7 @@

Quick Links


Explore


From ed8a4aa2623588f22f7e714234192603942bde5e Mon Sep 17 00:00:00 2001 From: Maana Ajmera Date: Thu, 27 Jun 2024 16:55:22 +0530 Subject: [PATCH 5/5] done changes --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 534c1f96..627edda2 100644 --- a/style.css +++ b/style.css @@ -1511,7 +1511,7 @@ section { .footer-col form button { background: #fff; border: none; - color: #08434551; + color: black; padding: 10px 15px; border-radius: 6px; cursor: pointer; @@ -1520,7 +1520,8 @@ section { } .footer-col form button:hover { - background: #cecccc; + background: #022a2d; + color: white; } /* .icons {