Skip to content

Commit

Permalink
fix(projects): fix mobile browser theme issue by adding color-scheme …
Browse files Browse the repository at this point in the history
…meta tag to index.html (#27)
  • Loading branch information
KickCashew authored Jun 13, 2024
1 parent 9954c8e commit 6bf972d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
Expand Down

0 comments on commit 6bf972d

Please sign in to comment.