From 2fdf5e927560f6da00825883df1636d3db8e69fc Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Mar 2023 17:07:13 +0100 Subject: [PATCH] =?UTF-8?q?Theme=20gideonstar:=20Fade-Effekt=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/gideonstar/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/gideonstar/style.css b/themes/gideonstar/style.css index 4a84e16..c7add9c 100644 --- a/themes/gideonstar/style.css +++ b/themes/gideonstar/style.css @@ -40,11 +40,13 @@ body { .active { background-color: #ffb703; outline: 2px dashed #fb8500; + transition: .3s ease; } .inactive { background-color: #f5f5f5; outline: 2px dashed #d5d5d5; + transition: .3s ease; } #footer {