Skip to content

Commit

Permalink
[Layouts > Base] Change theme-color to accent-alt
Browse files Browse the repository at this point in the history
  • Loading branch information
maisymoe committed Sep 21, 2023
1 parent 20e6f39 commit b4782a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const usableTitle = title ? `${title} - ${baseTitle}` : baseTitle;
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!-- TODO: How do I use the Uno theme directly here? -->
<meta name="theme-color" content="#a0b0b4" />
<meta name="theme-color" content="#86b8c4" />
<meta name="generator" content={Astro.generator} />
<meta property="og:type" content={ogpType ?? "website"} />
<meta property="og:site_name" content={usableTitle} />
Expand Down

0 comments on commit b4782a4

Please sign in to comment.