Browse Source

tweak css to add webkit tap highlights back

Kyle P Davis 10 years ago
parent
commit
6e710e8e58
1 changed files with 6 additions and 0 deletions
  1. 6 0
      index.css

+ 6 - 0
index.css

@@ -1,4 +1,10 @@
+/* Customize code blocks used for dates in posts list */
 .posts li > code {
     color: black;
     background: none;
 }
+
+/* Customize tap highlight on iOS */
+html {
+  -webkit-tap-highlight-color: rgba(0,64,32,0.1);
+}