Skip to content

Commit

Permalink
feat: add theme background
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck authored Oct 14, 2024
1 parent 30c066a commit d18490c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/default.webc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#112233">

<!-- Share cards -->
<meta property="og:url" content="https://diamond.etch.co"/>
Expand Down Expand Up @@ -114,4 +114,4 @@
<!--- Bundled component scripts --->
<script :src="getBundleFileUrl('js')" webc:keep></script>
</body>
</html>
</html>

0 comments on commit d18490c

Please sign in to comment.