]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Copy the body declaration
[rbdr/r.bdr.sh] / css / style.css
index 91933191ef71fcd663f3c062eb7ee156b5a6c2ce..0a34a0246b78bccdf336f23af6a5118b1ba5c8a8 100644 (file)
@@ -5,13 +5,23 @@
 html { scroll-behavior: smooth }
 body {
   font-size: 1em;
-  font: -apple-system-body;
   font-family: "Hoefler Text", "Times New Roman", serif;
   font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
   padding: 2em;
 }
+@supports (-webkit-touch-callout: none) {
+  body {
+    font-size: 1em;
+    font: -apple-system-body;
+    font-family: "Hoefler Text", "Times New Roman", serif;
+    font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
+    line-height: 1.6;
+    letter-spacing: 0.02em;
+    padding: 2em;
+  }
+}
 aside {
   clear: both;
   padding: 2em 0;