From 86220833f89f51ece0618d2100242e240976693d Mon Sep 17 00:00:00 2001 From: matthewmeeks Date: Thu, 30 Nov 2023 13:50:42 -0500 Subject: [PATCH] transition appearance --- blob/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blob/styles.css b/blob/styles.css index 87fc16b..9595227 100644 --- a/blob/styles.css +++ b/blob/styles.css @@ -47,6 +47,7 @@ body { border-radius: 50%; background: hsl(var(--hue) 100% 50%); + transition: background 1s; } .left-eye, @@ -88,6 +89,7 @@ body { top: 4px; left: 4px; border-radius: 50%; + transition: background 1s; } .pupil {