Merge pull request #54 from Wasby/patch-1

Remove hyperlinks when printing
This commit is contained in:
Luke Smith 2021-03-11 09:00:19 -05:00 committed by GitHub
commit b4b1816e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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