fix print styles, nested numbering in a recipe
This commit is contained in:
parent
ea11d8beb8
commit
7a9ffebca9
2 changed files with 7 additions and 6 deletions
|
@ -381,6 +381,9 @@ body > header > nav {
|
|||
}
|
||||
@media print {
|
||||
:root {
|
||||
font-size: 10pt;
|
||||
}
|
||||
body {
|
||||
--c-highlight: white --c-dark: white;
|
||||
--c-accent: black;
|
||||
--c-light: white;
|
||||
|
@ -388,8 +391,6 @@ body > header > nav {
|
|||
--c-text-light: black;
|
||||
--c-text-dark: black;
|
||||
|
||||
font-size: 10pt;
|
||||
|
||||
--content-width: 100vw;
|
||||
}
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue