Quellcode durchsuchen

Update CSS

customisations
alemart vor 9 Monaten
Ursprung
Commit
0ec6ce668c
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      demos/assets/poster.css

+ 3
- 0
demos/assets/poster.css Datei anzeigen

@@ -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;

Laden…
Abbrechen
Speichern