mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-01 00:18:14 +01:00
13 lines
341 B
CSS
13 lines
341 B
CSS
.logo {
|
|
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/Logo.png);
|
|
}
|
|
|
|
.progressBar {
|
|
background-color: rgb(238, 255, 65);
|
|
}
|
|
|
|
.watermark {
|
|
background-image: url(https://raw.githubusercontent.com/advplyr/audiobookshelf/master/client/static/icon64.png);
|
|
background-size: 64px 64px;
|
|
}
|