site: remove light/dark theme switch — light-only theme

This commit is contained in:
2026-07-11 08:21:01 -04:00
parent 7d1a6ab3ab
commit d51dd85a36
3 changed files with 2 additions and 170 deletions
+1 -2
View File
@@ -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} />