From 89dc5df1e254a41ae4d6e3143e79e11f1bb84821 Mon Sep 17 00:00:00 2001 From: Noval Agung Prayogo Date: Wed, 10 Jun 2020 14:36:32 +0700 Subject: [PATCH] Update adjustment.css --- adjustment.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/adjustment.css b/adjustment.css index 5241bb89a..7564ec206 100644 --- a/adjustment.css +++ b/adjustment.css @@ -44,11 +44,11 @@ body { color: white; margin-left: 5px; background-color: #ec882f; - -webkit-animation: block-promo-bg-animate 2s infinite; - -moz-animation: block-promo-bg-animate 2s infinite; - -o-animation: block-promo-bg-animate 2s infinite; - -ms-animation: block-promo-bg-animate 2s infinite; - animation: block-promo-bg-animate 2s infinite; + -webkit-animation: block-promo-bg-animate 3s infinite; + -moz-animation: block-promo-bg-animate 3s infinite; + -o-animation: block-promo-bg-animate 3s infinite; + -ms-animation: block-promo-bg-animate 3s infinite; + animation: block-promo-bg-animate 3s infinite; } @keyframes block-promo-bg-animate { 0% { background-color: #008cff; }