Преглед на файлове

Maybe removed button highlighting on mobile.

Lee Morgan преди 1 година
родител
ревизия
e2679d2b96
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      views/index.css
  2. 1 1
      views/manifest.json

+ 1 - 0
views/index.css

@@ -113,4 +113,5 @@ body{
     font-size: 22px;
     cursor: pointer;
     position: relative;
+    -webkit-tap-highlight-color: transparent;
 }

+ 1 - 1
views/manifest.json

@@ -3,7 +3,7 @@
     "short_name": "Workout",
     "start_url": "/",
     "display": "standalone",
-    "background_color": "#1A1A1A",
+    "background_color": "#1a1a1a",
     "theme_color": "#F46036",
     "icons": [{
         "src": "/logo.png",