pdf/blur
All checks were successful
/ job (push) Successful in 1m20s

This commit is contained in:
Marc Beninca 2025-04-23 18:07:24 +02:00
parent e136dcb655
commit ce51a4c9ce
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -260,4 +260,6 @@ ul {
@page { size: A4; }
html { font-size: 3mm; }
button { display: none; }
/* way too blurry as PDF output above .041em */
strong, th { text-shadow: .05em .05em .041em; }
}