Skip to content

Commit

Permalink
Update test project to latest core.css
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwhittleton authored and acabal committed Dec 13, 2020
1 parent 18c363f commit 380902e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@ a[epub|type~="noteref"]{
section[epub|type~="endnotes"] > ol > li{
margin: 1em 0;
}

@media (prefers-color-scheme: dark){
img[epub|type~="se:image.color-depth.black-on-transparent"]{
filter: invert(100%);
}
}

0 comments on commit 380902e

Please sign in to comment.