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