瀏覽代碼

Change theme color to something dark.

Lee Morgan 1 年之前
父節點
當前提交
731d34a940
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      views/index.html
  2. 1 1
      views/manifest.json

+ 1 - 1
views/index.html

@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="theme-color" content="#F46036">
+    <meta name="theme-color" content="#1a1a1a">
     
     <title>Workout Tracker</title>
     <link rel="stylesheet" href="/index.css">

+ 1 - 1
views/manifest.json

@@ -4,7 +4,7 @@
     "start_url": "/",
     "display": "standalone",
     "background_color": "#1a1a1a",
-    "theme_color": "#F46036",
+    "theme_color": "#1a1a1a",
     "icons": [{
         "src": "/logo.png",
         "sizes": "512x512",