From ca64a9c07c2b871c4dde1f057a5543836b31f4bf Mon Sep 17 00:00:00 2001 From: Devika Harshey Date: Sun, 10 Nov 2024 15:58:49 +0530 Subject: [PATCH 1/3] Updated the "Quick Links" again According to the suggestions received, I've again updated "Quick Links" and it looks much better now. It not only is responsive but also adds to better user experience. --- index.html | 311 +++++++++++++++++++++++------------------------------ 1 file changed, 137 insertions(+), 174 deletions(-) diff --git a/index.html b/index.html index 74f18fa3..9b7fd9eb 100644 --- a/index.html +++ b/index.html @@ -6854,193 +6854,156 @@

What if I receive a damaged book?

Quick Links

- - -
From 3f290254cd04daf6dbe842d1ea4805159d1f7d66 Mon Sep 17 00:00:00 2001 From: Devika Harshey Date: Sun, 10 Nov 2024 16:10:20 +0530 Subject: [PATCH 2/3] Updated "Quick Links" section Removed the background from links as per the suggestions. --- index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9b7fd9eb..c37f3214 100644 --- a/index.html +++ b/index.html @@ -6972,25 +6972,22 @@ flex-direction: row; align-items: center; padding: 6px 10px; - border: 2px solid #e0e0e0; border-radius: 8px; - background-color: #b42555; - transition: background-color 0.3s ease; } .quicklink-item:hover { - background-color: #ff1074; + background-color: #fe4492; } .quicklink-item i { font-size: 16px; - color: #ffffff; + color: #333; margin-right: 6px; } .quicklink-item h4 { font-size: 13px; - color: #ffffff; + color: #333; margin: 0; font-weight: normal; } From d98044d61e70bfc8a7b4ed33663138f5a0a32069 Mon Sep 17 00:00:00 2001 From: Devika Harshey Date: Sun, 10 Nov 2024 16:31:20 +0530 Subject: [PATCH 3/3] Updated "Quick Links" Removed the hover effect from quick links. --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index c37f3214..e1be2bfd 100644 --- a/index.html +++ b/index.html @@ -6975,10 +6975,6 @@ border-radius: 8px; } - .quicklink-item:hover { - background-color: #fe4492; - } - .quicklink-item i { font-size: 16px; color: #333;