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