site: remove light/dark theme switch — light-only theme
This commit is contained in:
@@ -57,8 +57,7 @@ const jsonLdBlocks = jsonLd
|
||||
{noindex && <meta name="robots" content="noindex,nofollow" />}
|
||||
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
<meta name="theme-color" content="#fafaf7" media="(prefers-color-scheme: light)" />
|
||||
<meta name="theme-color" content="#161613" media="(prefers-color-scheme: dark)" />
|
||||
<meta name="theme-color" content="#fafaf7" />
|
||||
<link rel="alternate" type="application/rss+xml" title={`${SITE_NAME} — RSS`} href="/rss.xml" />
|
||||
|
||||
<meta property="og:type" content={ogType} />
|
||||
|
||||
Reference in New Issue
Block a user