mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
change web reader background to black
This commit is contained in:
parent
b1770ac68f
commit
01eab0eafa
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ Features include:
|
|||
- API to serve the complete file for download
|
||||
- OPDS feed
|
||||
- web interface
|
||||
- web reader
|
||||
- user management, with per-library access control
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="pages.length > 0">
|
||||
<div v-if="pages.length > 0" style="background: black">
|
||||
<!-- Carousel -->
|
||||
<slick ref="slick"
|
||||
:options="slickOptions"
|
||||
|
|
|
|||
Loading…
Reference in a new issue