From 01723c3544f1dc9d4ee755d28406870778f9f5be Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 25 Apr 2023 10:22:49 +0200 Subject: [PATCH] animation --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index fdc8d06..d91c0cd 100644 --- a/src/app.css +++ b/src/app.css @@ -132,7 +132,7 @@ } .topic-item, .topic-item .topic-header { - @apply cursor-help transition-all duration-300; + @apply cursor-help transition-all duration-500; } .topic-item:hover .topic-header { @apply bg-white text-black; @@ -184,7 +184,7 @@ @apply lowercase; } .topic-item:hover .topic-img { - @apply invert; + @apply invert transition-all duration-500; } .person-item:hover .speaker-name { @apply lowercase;