From d3a7f88efcea1f7b52195fa1af6a37c02be18160 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 11 Apr 2022 21:12:30 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/buha/assets/css/main.css b/themes/buha/assets/css/main.css index 3f622ff1..b3adeaf1 100644 --- a/themes/buha/assets/css/main.css +++ b/themes/buha/assets/css/main.css @@ -46,15 +46,15 @@ section { } @keyframes color { - 0% { background: #00007f; } - 20% { background: #550000; } + 0% { background: #12011e; } + 20% { background: #340e4a; } 40% { background: #005500; } 60% { background: #55007f; } 80% { background: #00557f; } - 100% { background: #00007f; } + 100% { background: #12011e; } } body { - background: #33CCCC; /* Fallback */ + background: #12011e; /* Fallback */ animation: color 300s infinite linear; }