summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-11 09:03:30 -0500
committerGitHub <noreply@github.com>2021-03-11 09:03:30 -0500
commit387792ee246adf44358f2e25e8cfa6d1074be9da (patch)
tree054c0b1aa54055dbe377aeb4f82555d2716922e8 /src/style.css
parentb6a86a26b8b9825d93565ac540d348b7230b7952 (diff)
parent22a31a1c684d05ad988cbdd744caf271d86e2317 (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 ;
+ }
+}