diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index d546860..a6961f3 100644 --- a/src/style.css +++ b/src/style.css @@ -34,3 +34,10 @@ img { color: tomato ; } } + +@media print { + a[href] { + text-decoration: none ; + color: black ; + } +} |