mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-05-12 03:13:11 +01: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