From 7dda0222bb9cd9f4dd3dbefdf8b8048199c62991 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 2 Feb 2024 17:35:48 +0100 Subject: [PATCH] hgfj --- styles/pages/user/profile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index 0741043..0150549 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -6,10 +6,12 @@ .big-pfp > img { border-radius: 5000px; + transition: 0.3s; } .big-pfp:hover > img{ border-radius: 0; + transition: 0.3s; } .big-pfp img {