Update core.css to new standards

This commit is contained in:
Alex Cabal 2020-12-15 15:57:27 -06:00
parent 991dd7affb
commit bc038f34c1

View file

@ -103,6 +103,10 @@ header{
text-align: center;
}
header > * + p{
text-indent: 0;
}
article > header + *,
section > header + *{
margin-top: 3em;
@ -117,3 +121,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%);
}
}