aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-10-30 22:48:58 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-10-30 22:48:58 -0500
commit10c68b6dea8798b093875779bb3c30794dfc7cf6 (patch)
tree03eb3bb9a1387b2f2434ef359dcac41bfc9779c8 /assets/stylesheets/style.css
parent761bb7a2cee75a6a9f94a99fa5892d76f80fd6fb (diff)
downloadhugo-theme-tjkbasic-10c68b6dea8798b093875779bb3c30794dfc7cf6.tar.xz
hugo-theme-tjkbasic-10c68b6dea8798b093875779bb3c30794dfc7cf6.zip
media printHEADmaster
Diffstat (limited to 'assets/stylesheets/style.css')
-rw-r--r--assets/stylesheets/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css
index 05f0b5e..4b5e403 100644
--- a/assets/stylesheets/style.css
+++ b/assets/stylesheets/style.css
@@ -249,3 +249,15 @@ div.yt-4x3 iframe {
font-size: inherit;
}
}
+
+@media print {
+ body, a {
+ line-height: 1.25;
+ font-size-adjust: .38;
+ }
+
+ header,
+ .footnote-backref {
+ display: none;
+ }
+}