From 667b80f6a520c89e2d1fa48e98954ece2c7968e0 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Fri, 22 Apr 2022 21:08:40 +0200 Subject: [PATCH] fixup Signed-off-by: Alexander J --- src/lib/Header.svelte | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte index b0a35d9..d29b1f0 100644 --- a/src/lib/Header.svelte +++ b/src/lib/Header.svelte @@ -35,10 +35,8 @@ text-align: center; } .text-flicker-in-glow { - opacity:0; - } - .text-flicker-in-glow:hover { - -webkit-animation: text-flicker-in-glow 900ms both; + opacity:1; + -webkit-animation: text-flicker-in-glow 900ms both; animation: text-flicker-in-glow 900ms both; }