Ver Fonte

Remove superfluous meta tag (#1424)

Thomas Steiner há 5 anos atrás
pai
commit
fcf2a73ffb
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      public/index.html

+ 1 - 3
public/index.html

@@ -12,7 +12,7 @@
     <meta name="mobile-web-app-capable" content="yes" />
     <meta name="apple-touch-fullscreen" content="yes" />
 
-    <meta name="theme-color" content="#000000" />
+    <meta name="theme-color" content="#fff" />
 
     <meta
       http-equiv="origin-trial"
@@ -50,8 +50,6 @@
     <meta property="og:image:height" content="669" />
     <meta property="og:image:alt" content="Excalidraw logo with byline." />
 
-    <!-- Chrome -->
-    <meta name="theme-color" content="#FFFF" />
     <!-- Safari -->
     <meta name="apple-mobile-web-app-status-bar-style" content="default" />