From b8eb06a251ec572754999eabc5dc435d13efc5cc Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 18 Jan 2024 19:39:37 +0100 Subject: feat: longer color transition duration for socials --- src/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app.scss b/src/app.scss index 43e76e1..764f1b0 100644 --- a/src/app.scss +++ b/src/app.scss @@ -34,11 +34,11 @@ body { a { color: #ccc; text-decoration: none; - transition: color .3s ease-in-out; + transition: color .45s ease-in-out; :hover { color: #a6fbb2; - transition: color .3s ease-in-out; + transition: color .45s ease-in-out; } } -- cgit v1.2.3