Skip to content

Commit

Permalink
mobile status bar part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
himan7991 committed Jan 6, 2024
1 parent 6389ece commit 5dec5d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="white">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="theme-color" content="purple">
<meta name="apple-mobile-web-app-status-bar-style" content="purple">
<title>Vacation Time Optimizer</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@

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

0 comments on commit 5dec5d3

Please sign in to comment.