summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5ce9612..a6961f3 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,6 +1,7 @@
body {
max-width: 800px ;
margin: auto ;
+ padding: 0 16px ;
margin-bottom: 500px ;
}
@@ -33,3 +34,10 @@ img {
color: tomato ;
}
}
+
+@media print {
+ a[href] {
+ text-decoration: none ;
+ color: black ;
+ }
+}