Skip to content

Commit

Permalink
Fix line-length in sepia
Browse files Browse the repository at this point in the history
Same issue as scroll
  • Loading branch information
JayPanoz committed Nov 27, 2024
1 parent a08af0e commit b253c00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions css/src/modules/ReadiumCSS-sepia_mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
/* This can be customized but initial will re-use default value of the browser */
--RS__selectionBackgroundColor: #b4d8fe;
--RS__selectionTextColor: inherit;

--RS__defaultLineLength: 40.01rem; /* Forcing a reflow in Blink/Webkit so that blend mode can work */
}

/* we don’t need to redeclare bg-color and color for :root since we will inherit and update from day/default mode */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "readium-css",
"description": "A set of reference stylesheets for EPUB Reading Systems",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"homepage": "https://github.com/readium/readium-css",
"license": "BSD-3-Clause",
"keywords": [
Expand Down

0 comments on commit b253c00

Please sign in to comment.