UNPKG

@epubjs-react-native/core

Version:

A digital book reader in .opf .epub format for react native using epub.js library inside a webview.

31 lines (30 loc) 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sepia = void 0; const sepia = exports.sepia = { 'body': { background: '#e8dcb8' }, 'span': { color: '#333 !important' }, 'p': { color: '#333 !important' }, 'li': { color: '#333 !important' }, 'h1': { color: '#333 !important' }, 'a': { 'color': '#333 !important', 'pointer-events': 'auto', 'cursor': 'pointer' }, '::selection': { background: 'lightskyblue' } };