Update chromecast_receiver.css

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

View File

@ -1,9 +1,9 @@
.background { .background {
background: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); background: linear-gradient(to right bottom, #ff0000, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #ff0000);
} }
.logo { .logo {
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/Logo.png); background-image: url(Logo.png);
} }
.progressBar { .progressBar {
@ -11,6 +11,6 @@
} }
.watermark { .watermark {
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon64.png); background-image: url(icon64.png);
background-size: 64px 64px; background-size: 64px 64px;
} }