mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-20 01:23:09 +00:00
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