bump svg for fan's caches

This commit is contained in:
Set Sakrecoer 2020-01-28 11:10:04 +01:00
parent b7d0ccefca
commit b3f4e75275
9 changed files with 9 additions and 9 deletions

View file

@ -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 {