Skip to content

Commit b253c00

Browse files
committedNov 27, 2024·
Fix line-length in sepia
Same issue as scroll
1 parent a08af0e commit b253c00

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎css/src/modules/ReadiumCSS-sepia_mode.css

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
/* This can be customized but initial will re-use default value of the browser */
1919
--RS__selectionBackgroundColor: #b4d8fe;
2020
--RS__selectionTextColor: inherit;
21-
22-
--RS__defaultLineLength: 40.01rem; /* Forcing a reflow in Blink/Webkit so that blend mode can work */
2321
}
2422

2523
/* 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-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "readium-css",
33
"description": "A set of reference stylesheets for EPUB Reading Systems",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"homepage": "https://github.com/readium/readium-css",
66
"license": "BSD-3-Clause",
77
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.