summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-11 09:01:43 -0500
committerGitHub <noreply@github.com>2021-03-11 09:01:43 -0500
commit27b16691221a53bf8ec4394b1792479bd52453e0 (patch)
treec31e2cfa7ec94ec18901cf29b2623c8276775e86 /src/style.css
parent59cf7bfc3469ed5f0c3d483931f770e95830b5d6 (diff)
parent60c89f9d4b5187029dc1cd738b3916fa1c8044b2 (diff)
Merge branch 'master' into master
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css7
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 ;
+ }
+}