Skip to content

Commit

Permalink
fix: wrong theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenbupe committed Aug 16, 2024
1 parent a1e4597 commit 4a21c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const { title } = Astro.props;
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="generator" content={Astro.generator} />
<title>{siteName}{title && ` | ${title}`}</title>
<style>
Expand Down

0 comments on commit 4a21c73

Please sign in to comment.