From e3fc16110cf483d30e614a2ae74068b4b6fc79e7 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 11 Apr 2022 21:19:14 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/buha/assets/css/main.css b/themes/buha/assets/css/main.css index b3adeaf1..47e88c87 100644 --- a/themes/buha/assets/css/main.css +++ b/themes/buha/assets/css/main.css @@ -46,12 +46,12 @@ section { } @keyframes color { - 0% { background: #12011e; } - 20% { background: #340e4a; } - 40% { background: #005500; } - 60% { background: #55007f; } - 80% { background: #00557f; } - 100% { background: #12011e; } + 0% { background: #582a52; } + 20% { background: #783a7d; } + 40% { background: #632f60; } + 60% { background: #81408d; } + 80% { background: #6d346e; } + 100% { background: #582a52; } } body {