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 4a21c73 commit d659d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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="#090a0b" />
<meta name="generator" content={Astro.generator} />
<title>{siteName}{title && ` | ${title}`}</title>
<style>
Expand Down

0 comments on commit d659d89

Please sign in to comment.