davideisinger.com

My personal website
Log | Files | Refs | README

commit bd969de994ee07273cfb57973edde736ee70d756
parent 51de050434d6a893cd9460ffd75ecdd6b71ac18b
Author: David Eisinger <[email protected]>
Date:   Thu,  9 Jan 2025 15:16:41 -0500

White bg in print

Diffstat:
Mthemes/v2/assets/css/style.scss | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -226,7 +226,8 @@ audio::-webkit-media-controls-panel { @media print { body { - padding: 0 + background-color: white; + padding: 0; } footer {