Update styles.css

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42 2025-11-08 15:48:34 -06:00 committed by GitHub
parent 1efdf6395a
commit a43055f3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,4 +114,5 @@ body.sidebar-open #sidebar{ transform:translateX(0); }
margin:0; margin:0;
min-height:calc(100vh - var(--topbar-h) - 40px); min-height:calc(100vh - var(--topbar-h) - 40px);
border-radius:12px; border-radius:12px;
background: #fff; /* For PDF contrast */
} }