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