fix print styles, nested numbering in a recipe

This commit is contained in:
Joshua Seigler 2025-05-20 15:29:35 -04:00
parent ea11d8beb8
commit 7a9ffebca9
2 changed files with 7 additions and 6 deletions

View file

@ -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 {