Browse Source

Theme color in Chrome Android

Philipp Heckel 4 năm trước cách đây
mục cha
commit
a481f4c448
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      server/index.gohtml

+ 3 - 3
server/index.gohtml

@@ -13,9 +13,9 @@
     <meta name="HandheldFriendly" content="true">
     <meta name="HandheldFriendly" content="true">
 
 
     <!-- Mobile browsers, background color -->
     <!-- Mobile browsers, background color -->
-    <meta name="theme-color" content="#39005a">
-    <meta name="msapplication-navbutton-color" content="#39005a">
-    <meta name="apple-mobile-web-app-status-bar-style" content="#39005a">
+    <meta name="theme-color" content="#317f6f">
+    <meta name="msapplication-navbutton-color" content="#317f6f">
+    <meta name="apple-mobile-web-app-status-bar-style" content="#317f6f">
 
 
     <!-- Favicon, see favicon.io -->
     <!-- Favicon, see favicon.io -->
     <link rel="icon" type="image/png" href="static/img/favicon.png">
     <link rel="icon" type="image/png" href="static/img/favicon.png">