From 15e6958527b91e502212841799f370e8709938d9 Mon Sep 17 00:00:00 2001 From: Wehi Date: Wed, 10 May 2023 15:06:04 +0200 Subject: [PATCH] Added transition to socials images --- src/ui/components/RightBar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/components/RightBar.css b/src/ui/components/RightBar.css index 47a42f0..cdae2fa 100644 --- a/src/ui/components/RightBar.css +++ b/src/ui/components/RightBar.css @@ -57,5 +57,6 @@ } .BarImg:hover img { + transition: 0.2s; filter: invert(72%) sepia(68%) saturate(777%) hue-rotate(341deg) brightness(113%) contrast(101%); }