From 931f7bb67f70062c39c11bd8e0b2c0ca01d4b654 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sun, 9 Mar 2025 03:01:09 -0400 Subject: [PATCH] Update print styles --- themes/v2/assets/css/style.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 440e30c..6c077ab 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -221,10 +221,15 @@ audio::-webkit-media-controls-panel { @media print { body { background-color: white; - font-size: 14px; + font-size: 18px; padding: 0; } + @page { + size: a5; + margin: 1in 0.8in; + } + footer { display: none; } @@ -262,4 +267,10 @@ audio::-webkit-media-controls-panel { content: "`" } } + + ol { + p { + display: inline; + } + } } \ No newline at end of file