Update core.css to new standard

This commit is contained in:
Alex Cabal 2020-12-13 12:38:17 -06:00
parent e84f35dc84
commit f7d9a91043

View file

@ -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%);
}
}