mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-27 07:55:43 +00:00
Remove hyperlinks when printing
This commit is contained in:
parent
230c7078f1
commit
414f8bffa1
@ -34,3 +34,10 @@ img {
|
||||
color: tomato ;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href] {
|
||||
text-decoration: none ;
|
||||
color: black ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user