mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 17:12:20 +00:00
Merge pull request #54 from Wasby/patch-1
Remove hyperlinks when printing
This commit is contained in:
@@ -34,3 +34,10 @@ img {
|
||||
color: tomato ;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href] {
|
||||
text-decoration: none ;
|
||||
color: black ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user