From a379321e2497bb02dc8210f5a64c597410497b58 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 21:08:16 -0600 Subject: [PATCH] Fading on bg color --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 03fec80..7e64831 100644 --- a/static/style.css +++ b/static/style.css @@ -70,7 +70,7 @@ a { margin: 3px; display: inline-block; transform: scale(0.95); - transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1); + transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 2s cubic-bezier(0.075, 0.82, 0.165, 1); } .chip, .chip > * { @@ -82,7 +82,7 @@ a { transform: scale(1); /* font-size: 1.35rem; */ border-color: white; - transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1); + transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 3s cubic-bezier(0.075, 0.82, 0.165, 1); } .activity {