mirror of
https://github.com/standardebooks/f-scott-fitzgerald_the-great-gatsby.git
synced 2025-09-06 14:25:51 -04:00
Update core.css to new standards
This commit is contained in:
parent
991dd7affb
commit
bc038f34c1
1 changed files with 10 additions and 0 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue