소스 검색

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…
취소
저장