Skip to content

Commit

Permalink
fix: theme-color
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Jan 24, 2024
1 parent 731c411 commit 6b99a05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<meta name="author" content="Nico Kaiser" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta
name="theme-color"
media="(prefers-color-scheme: light)"
content="#fff"
/>
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="#171717"
/>
<title>Bandoneon.app</title>
</head>
<body
Expand Down

0 comments on commit 6b99a05

Please sign in to comment.