Skip to content

Commit

Permalink
Update theme colors and make Apple status bar color match the app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
pinapelz committed Mar 2, 2024
1 parent 5adfc89 commit ffde256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion apps/antalmanac/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#305db7" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style " content="black-translucent" />
<meta
name="keywords"
content="UCI,Anteater,search,classes,Calendar,development,software,add courses,antalmanac,course,course planner"
Expand Down
4 changes: 2 additions & 2 deletions apps/antalmanac/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#305db7",
"background_color": "#000000"
}

0 comments on commit ffde256

Please sign in to comment.