chore: Added theme color meta tag 0b29f01d
Steve · 2025-04-24 13:35 1 file(s) · +1 −1
src/layouts/Base.astro +1 −1
20 20
<html lang={siteConfig.lang}>
21 21
	<head>
22 22
      <meta name="apple-mobile-web-app-capable" content="yes">
23 -
      <meta name="theme-color" content="#0000" />
23 +
      <meta name="theme-color" content="#000000" />
24 24
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
25 25
		<!-- Google tag (gtag.js) -->
26 26
		<BaseHead title={title} description={description} ogImage={ogImage} articleDate={articleDate} />