Просмотр исходного кода

tweak css to add webkit tap highlights back

Kyle P Davis 10 лет назад
Родитель
Сommit
6e710e8e58
1 измененных файлов с 6 добавлено и 0 удалено
  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);
+}