diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css index 76b43de..8c7b3d4 100644 --- a/public/css/classicappdark.css +++ b/public/css/classicappdark.css @@ -1,5 +1,5 @@ html { - background: url('../img/animated.png'); + background: url('../img/animateddark.png'); background-color: rgb(1, 17, 48); background-position: center bottom; background-repeat: repeat-x; diff --git a/public/img/animateddark.png b/public/img/animateddark.png new file mode 100644 index 0000000..d5ceb2b Binary files /dev/null and b/public/img/animateddark.png differ