diff --git a/404.html b/404.html
index f89880b..0b1c3c9 100644
--- a/404.html
+++ b/404.html
@@ -99,7 +99,7 @@ body{
-
{% if page.collection != 'tracks' %}
diff --git a/_layouts/music.html b/_layouts/music.html
index 9d2ac13..0206be9 100644
--- a/_layouts/music.html
+++ b/_layouts/music.html
@@ -85,7 +85,7 @@ layout: default
}
#wallpaper {
- background-image: url(/assets/img/world.svg);
+ background-image: url(/assets/img/world2.svg);
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
diff --git a/_sass/main.scss b/_sass/main.scss
index b89c156..bb8d252 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -48,7 +48,7 @@ a:hover {
width: 100%;
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.8), rgba(236, 0, 228, 0.8), rgba(0, 212, 236, 0.8), rgba(0, 236, 173, 0.8), rgba(110, 0, 236, 0.8));
// background-size: 1000% 1000%;
- background-image: url('/assets/img/world.svg');
+ background-image: url('/assets/img/world2.svg');
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@@ -117,7 +117,7 @@ a:hover {
@media (max-width: 767px) {
.fullscreen-bg {
- background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
+ background: url('/assets/img/sakrecoer-logo2.svg') center center / cover no-repeat;
}
.pivot {
diff --git a/about/index.html b/about/index.html
index 6406c5e..369a250 100644
--- a/about/index.html
+++ b/about/index.html
@@ -13,7 +13,7 @@ description: What is Sakrecoer about and what does its music stand for?
{% include liberapay.html %}
-
+
-
+
diff --git a/music.html b/music.html
index c4342f6..69a56a5 100644
--- a/music.html
+++ b/music.html
@@ -2,7 +2,7 @@
title: Sakrecoer Music Tracks
description: Officially released but also exclusive audio-material by Sakrecoer
layout: default
-image: /assets/img/world.svg
+image: /assets/img/world2.svg
---
{% include navmenu.html %}