Update core.css to new standard

This commit is contained in:
Alex Cabal 2020-12-13 12:38:29 -06:00
parent 42c9e0dc9f
commit 3cd99826d2

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