mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-06-09 22:08:05 +01: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 ;
|
color: tomato ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
a[href] {
|
||||||
|
text-decoration: none ;
|
||||||
|
color: black ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user