From f68782f9bff697affb8c0c304fa5891a34f5ec71 Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:53:52 +0530 Subject: [PATCH] Update mentorship.html --- mentorship.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mentorship.html b/mentorship.html index 1ad63c8b..6438504f 100644 --- a/mentorship.html +++ b/mentorship.html @@ -130,11 +130,11 @@ } .main-content h2 { - color: #ffa600; + color: #ff6600; margin-top: 30px; border-bottom: 1px solid #FFA500; padding-bottom: 5px; - font-weight:500; + font-weight:600; } .main-content h3 { @@ -182,9 +182,8 @@ border-radius: 10px; } - .benefits :hover{ + .benefits .item:hover{ box-shadow: 0px 0px 2px 2px rgb(229, 141, 1); - } .benefits p{ margin-bottom: 0px; @@ -249,6 +248,9 @@ margin-right: auto; margin-bottom: 10px; } + .topics .item2:hover{ + box-shadow: 0px 1px 2px 1px #f5a623; + } .topics .item2 p{ margin-top: 5px;