Browse Source

Remove superfluous meta tag (#1424)

Thomas Steiner 5 years ago
parent
commit
fcf2a73ffb
1 changed files with 1 additions and 3 deletions
  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" />