From 3c3e484180d0953fc9b4e6fcf70c654360793659 Mon Sep 17 00:00:00 2001 From: chaanakyaaM Date: Sun, 13 Oct 2024 22:40:35 +0530 Subject: [PATCH] hover bug fixed --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 915b0dc..d845993 100644 --- a/style.css +++ b/style.css @@ -158,10 +158,14 @@ body .title { .profile:hover { transform: translateY(-2%) scale(1.02); - text-decoration: underline; color: #FEE5FE; } +.profile:hover .name { + + text-decoration: underline; +} + .profile .lines { position: absolute; inset: 0;