mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
Improve paged media styling
Now that system themes are implemented and requires no more guessing (or assumptions) for the theme, this makes it easier to style for paged media.
This commit is contained in:
parent
bfc7a2df40
commit
06b0d37fbd
@ -26,6 +26,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
||||
|
||||
* More consistent theming for the content text.
|
||||
|
||||
* More styling for paged media.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -227,11 +227,13 @@ footer {
|
||||
|
||||
@media print {
|
||||
html {
|
||||
color: var(--base00);
|
||||
background: var(--base07);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
orphans: 3;
|
||||
}
|
||||
|
||||
pre {
|
||||
max-height: unset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user