From 12b564b58a65ac15de9d2e2ee9d0f9b2d5d46ced Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 17 Jan 2023 14:44:47 +0100 Subject: [PATCH] Slow down rainbow animation --- assets/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.scss b/assets/style.scss index 96bfc56..b1b1205 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -114,7 +114,7 @@ h1 { text-align: center; @media (prefers-reduced-motion: no-preference) { - animation: rainbow 3s linear 0s infinite; + animation: rainbow 5s linear 0s infinite; } }