From a7a26dc2b6d2556ed96e54d374da4958a3f3e7a2 Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Tue, 10 Dec 2024 15:19:28 +0000 Subject: [PATCH] feat(api): Improve link styling in PDFs --- src/api/src/pdf/cover_and_copyright.html | 8 ++++---- src/api/src/pdf/stylesheet.css | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/api/src/pdf/cover_and_copyright.html b/src/api/src/pdf/cover_and_copyright.html index d1a6ce4..29ff237 100644 --- a/src/api/src/pdf/cover_and_copyright.html +++ b/src/api/src/pdf/cover_and_copyright.html @@ -63,7 +63,7 @@ margin: 2rem 0; } - .copyright-separator { + #copyright-separator { width: 100%; max-width: 400px; height: 1px; @@ -121,7 +121,7 @@ /* Simple horizontal line instead of decorative separator for older browsers */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .copyright-separator { + #copyright-separator { border-top: 1px solid #718096; background: none; } @@ -137,11 +137,11 @@

Copyright Notice

- + - +