diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-10-30 22:48:58 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-10-30 22:48:58 -0500 |
| commit | 10c68b6dea8798b093875779bb3c30794dfc7cf6 (patch) | |
| tree | 03eb3bb9a1387b2f2434ef359dcac41bfc9779c8 /assets/stylesheets/style.css | |
| parent | 761bb7a2cee75a6a9f94a99fa5892d76f80fd6fb (diff) | |
| download | hugo-theme-tjkbasic-10c68b6dea8798b093875779bb3c30794dfc7cf6.tar.xz hugo-theme-tjkbasic-10c68b6dea8798b093875779bb3c30794dfc7cf6.zip | |
Diffstat (limited to 'assets/stylesheets/style.css')
| -rw-r--r-- | assets/stylesheets/style.css | 12 |
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; + } +} |
