Remove hyperlinks when printing

pull/54/head
Aiden Gall 3 years ago committed by GitHub
parent 230c7078f1
commit 414f8bffa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,3 +34,10 @@ img {
color: tomato ;
}
}
@media print {
a[href] {
text-decoration: none ;
color: black ;
}
}

Loading…
Cancel
Save