1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 04:32:36 +01:00

url fix for #63

This commit is contained in:
GilbN 2020-06-19 15:23:23 +02:00 committed by GitHub
parent e2a32db6e7
commit 13ade097fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
display: none !important;
}
.PageHeader-logoContainer-3bOb3:before {
background-image: url("https://gflix.app/theme.park/CSS/addons/radarr/radarr4k-v3.png");
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr4k-v3.png");
display: inline-block;
width: 148px;
height: 48px;
@ -70,4 +70,4 @@
-moz-background-size: cover;
-o-background-size: cover;
}
}
}