From 0ced57007854ddefc9c3c010d2dad2711b0a8e3b Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Dec 2023 22:10:42 +0200 Subject: [PATCH] make candycane award slower --- files/assets/events/fistmas/css/candycane.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/events/fistmas/css/candycane.css b/files/assets/events/fistmas/css/candycane.css index 3a7fc8c5ca..e0144ea85e 100644 --- a/files/assets/events/fistmas/css/candycane.css +++ b/files/assets/events/fistmas/css/candycane.css @@ -10,7 +10,7 @@ background-clip: text; color: transparent; -webkit-background-clip: text; - animation: 45s linear 0s infinite move-colors; + animation: 120s linear 0s infinite move-colors; } #post-title a { @@ -18,5 +18,5 @@ } #post-title:hover, #post-content p:hover { - animation-duration: 10s; + animation-duration: 30s; }