summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-11 10:15:14 -0500
committerGitHub <noreply@github.com>2021-03-11 10:15:14 -0500
commit4e3b6b6846e701ede5873e9b8a237f04aeb190ea (patch)
treed20cbbd18a46e4fe418a209e48f07f491942e23a /src/style.css
parent9045d2c5303f6156b21f02e0ba5cd42c07d7c15f (diff)
parent7209ba5b3b4e3a95aac818fab1610fac2c7daeac (diff)
Merge branch 'master' into banana-bread
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 ;
+ }
+}