upstream #1
| @@ -20,7 +20,8 @@ class MyDocument extends Document { | ||||
|           <link rel="manifest" href="/static/favicons/site.webmanifest" /> | ||||
|           <link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#5bbad5" /> | ||||
|           <meta name="msapplication-TileColor" content="#000000" /> | ||||
|           <meta name="theme-color" content="#000000" /> | ||||
|           <meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff" /> | ||||
|           <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000" /> | ||||
|           <link rel="alternate" type="application/rss+xml" href="/feed.xml" /> | ||||
|         </Head> | ||||
|         <body className="bg-white text-black antialiased dark:bg-gray-900 dark:text-white"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user