commit 931f7bb67f70062c39c11bd8e0b2c0ca01d4b654 parent 7c0bc7c4cb04460798a5bbaf5d8603870d52a3b5 Author: David Eisinger <[email protected]> Date: Sun, 9 Mar 2025 03:01:09 -0400 Update print styles Diffstat:
| M | 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 @@ -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