Update print style for new theme
This commit is contained in:
parent
0b5bff6356
commit
c0ce03973a
1 changed files with 14 additions and 0 deletions
|
@ -533,6 +533,15 @@ input[type="search"] {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.hero {
|
||||
background: none;
|
||||
color: initial;
|
||||
|
||||
/* Disable hack to force containing the children instead of collapsing marigins */
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
/* This doesn't work at all, but it might start to! */
|
||||
break-after: avoid;
|
||||
|
@ -549,6 +558,11 @@ input[type="search"] {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 22pt;
|
||||
line-height: 33pt;
|
||||
}
|
||||
|
||||
article, h2, h3, h4, h5, h6, .notice {
|
||||
font-size: 12pt;
|
||||
line-height: 18pt;
|
||||
|
|
Loading…
Reference in a new issue