Skip to content

Commit

Permalink
Merge branch 'css-changes' into epub3-with-braille-rendition-script
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jun 27, 2022
2 parents 7fc7f52 + f67076e commit 3f2e253
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,11 @@ body {
So we multiply 1.2 by 1.5 which results in 1.8. */
line-height:1.8;
background:snow;
margin:auto 0;
padding:0 100;
color:#1A0033;
}

/* alternate paragraph shading helps users stay on track
while reading. This shading is very subtle so it is not
annoying, but it still helps. */
p:nth-child(even), li:nth-child(even) {
background-color: rgba(0,0,0, 0.03);
}


/* highlight text under cursor helps users focus on what
they are currently reading. This shading is darker than
the alt-paragraph shading. */
Expand Down

0 comments on commit 3f2e253

Please sign in to comment.