From 0f0b83fa3e71414a6c89de176108ad924797a306 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 11 Apr 2022 21:09:10 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/assets/css/main.css b/themes/buha/assets/css/main.css index 1c931433..3f622ff1 100644 --- a/themes/buha/assets/css/main.css +++ b/themes/buha/assets/css/main.css @@ -56,5 +56,5 @@ section { body { background: #33CCCC; /* Fallback */ - animation: color 60s infinite linear; + animation: color 300s infinite linear; }