Skip to content

Commit

Permalink
mobile status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
himan7991 committed Jan 6, 2024
1 parent 3703a6a commit 6389ece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/beach.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="var(--background)">
<meta name="apple-mobile-web-app-status-bar-style" content="var(--background)">
<meta name="theme-color" content="white">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<title>Vacation Time Optimizer</title>
</head>

Expand Down
5 changes: 5 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@
--copy-light: 214, 205, 228;
--copy-lighter: 159, 139, 193; */
}

meta[name='theme-color'],
meta[name='apple-mobile-web-app-status-bar-style'] {
content: var(--background);
}

0 comments on commit 6389ece

Please sign in to comment.