From b85bffb2e648cfa36de157b46ead658016107087 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 15 Oct 2022 02:33:27 +1100 Subject: [PATCH] fix --- public/css/classicapp.css | 16 ++++++++-------- public/css/classicappdark.css | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/public/css/classicapp.css b/public/css/classicapp.css index 16491fb..06ceacb 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -26,14 +26,14 @@ html { - background: url('../img/animated.png'); - background-color: rgb(49, 107, 223); - background-position: center bottom; - background-repeat: repeat-x; - background-attachment: fixed; - animation-name: animatedbackground; - animation-duration: 50s; - animation-iteration-count: infinite; + background: url('../img/animated.png') !important; + background-color: rgb(49, 107, 223) !important; + background-position: center bottom !important; + background-repeat: repeat-x !important; + background-attachment: fixed !important; + animation-name: animatedbackground !important; + animation-duration: 50s !important; + animation-iteration-count: infinite !important; } body { background: transparent; diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css index ddec2b7..da719aa 100644 --- a/public/css/classicappdark.css +++ b/public/css/classicappdark.css @@ -25,14 +25,14 @@ html { - background: url('../img/animateddark.png'); - background-color: rgb(1, 17, 48); - background-position: center bottom; - background-repeat: repeat-x; - background-attachment: fixed; - animation-name: animatedbackground; - animation-duration: 50s; - animation-iteration-count: infinite; + background: url('../img/animateddark.png') !important; + background-color: rgb(1, 17, 48) !important; + background-position: center bottom !important; + background-repeat: repeat-x !important; + background-attachment: fixed !important; + animation-name: animatedbackground !important; + animation-duration: 50s !important; + animation-iteration-count: infinite !important; } body { background: transparent;