소스 검색

Remove superfluous meta tag (#1424)

Thomas Steiner 5 년 전
부모
커밋
fcf2a73ffb
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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" />