From 414f8bffa1a3ca3c78fda85d69d214bee501a338 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Thu, 11 Mar 2021 10:49:58 +0000 Subject: Remove hyperlinks when printing --- src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style.css b/src/style.css index d546860e5..a6961f3a6 100644 --- a/src/style.css +++ b/src/style.css @@ -34,3 +34,10 @@ img { color: tomato ; } } + +@media print { + a[href] { + text-decoration: none ; + color: black ; + } +} -- cgit v1.2.3