diff --git a/public/css/classicapp.css b/public/css/classicapp.css index 06ceacb..c512025 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -25,15 +25,15 @@ -html { - 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; +html, .loggedout { + 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; } body { background: transparent; diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css index da719aa..dc1a5d9 100644 --- a/public/css/classicappdark.css +++ b/public/css/classicappdark.css @@ -24,15 +24,15 @@ } -html { - 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; +html, .loggedout { + 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; } body { background: transparent;