From e6b89f6f31abbbfe9a7fc5b253f03bb5efee3ee2 Mon Sep 17 00:00:00 2001 From: cardboardlamb Date: Tue, 1 Nov 2022 15:15:08 +0100 Subject: [PATCH] made it purple --- css/animation.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/animation.css b/css/animation.css index 07be3c6..938ef01 100644 --- a/css/animation.css +++ b/css/animation.css @@ -13,7 +13,7 @@ }} @keyframes colorchange { - 0% { box-shadow: 30px 30px 30px green, -30px 30px 50px red; } - 100% { box-shadow: -10px 10px 66px green, 66px 8px 25px red; } + 0% { box-shadow: 30px 30px 30px green, -30px 30px 50px purple; } + 100% { box-shadow: -10px 10px 66px green, 66px 8px 25px purple; }