mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 20:02:14 +00:00
Fixed colour for theme-color
This commit is contained in:
parent
b8365b66d7
commit
152b24e44d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import '../styles/style.css';
|
|||
<meta property="og:image" content="https://shiftos.alee14.me/shiftos.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="theme-color" content="#FFFFFF"/>
|
||||
<meta name="theme-color" content="#000000"/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<title>{title}</title>
|
||||
|
|
Loading…
Reference in a new issue