From 9901c8a39029aea425174e7d1674c0bf4c8e61db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 21:30:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecustom.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 557f471..7a59a42 100644 --- a/custom.css +++ b/custom.css @@ -79,7 +79,7 @@ /* Shake */ -.shake:hover { +.shake { animation: shake 0.5s; animation-iteration-count: infinite; }