Update core.css to new standards

This commit is contained in:
Alex Cabal 2020-12-28 20:05:45 -06:00
parent 587aae4d73
commit 8e2c60e76e

View File

@ -122,7 +122,8 @@ section[epub|type~="endnotes"] > ol > li{
margin: 1em 0;
}
@media (prefers-color-scheme: dark){
/* Invert images in dark mode. RMSDK requires a target media as well as a state. */
@media all and (prefers-color-scheme: dark){
img[epub|type~="se:image.color-depth.black-on-transparent"]{
filter: invert(100%);
}