Update chromecast_receiver.css

This commit is contained in:
advplyr 2022-02-19 06:12:49 -06:00 committed by GitHub
parent 8959ec755f
commit b7bc858517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
}
.logo {
background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/Logo.png);
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/Logo.png);
}
.progressBar {
@ -11,6 +11,6 @@
}
.watermark {
background-image: url(https://github.com/advplyr/audiobookshelf/blob/master/client/static/icon64.png);
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon64.png);
background-size: 64px 64px;
}