瀏覽代碼

Update CSS

customisations
alemart 9 月之前
父節點
當前提交
0ec6ce668c
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      demos/assets/poster.css

+ 3
- 0
demos/assets/poster.css 查看文件

@@ -68,6 +68,9 @@ body {
68 68
     font-size: 96px;
69 69
     color: white;
70 70
     text-decoration: none;
71
+    outline: none;
72
+    -webkit-tap-highlight-color: transparent;
73
+    cursor: pointer;
71 74
     opacity: 0.5;
72 75
     transition: opacity 0.5s;
73 76
     transition: transform 0.125s;

Loading…
取消
儲存