We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08af0e commit b253c00Copy full SHA for b253c00
css/src/modules/ReadiumCSS-sepia_mode.css
@@ -18,8 +18,6 @@
18
/* This can be customized but initial will re-use default value of the browser */
19
--RS__selectionBackgroundColor: #b4d8fe;
20
--RS__selectionTextColor: inherit;
21
-
22
- --RS__defaultLineLength: 40.01rem; /* Forcing a reflow in Blink/Webkit so that blend mode can work */
23
}
24
25
/* we don’t need to redeclare bg-color and color for :root since we will inherit and update from day/default mode */
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "readium-css",
3
"description": "A set of reference stylesheets for EPUB Reading Systems",
4
- "version": "2.0.0-alpha.6",
+ "version": "2.0.0-alpha.7",
5
"homepage": "https://github.com/readium/readium-css",
6
"license": "BSD-3-Clause",
7
"keywords": [
0 commit comments