Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change PWA theme-color for frontend to adhere to system theme #1716

Closed
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<meta name="apple-mobile-web-app-title" content="Graphite">
<meta name="application-name" content="Graphite">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="auto">
<meta name="color-scheme" content="dark only">
<meta name="darkreader-lock">
<!-- INDEX_HTML_HEAD_REPLACEMENT -->
</head>
<body>
</head>
<body>
Keavon marked this conversation as resolved.
Show resolved Hide resolved
<noscript>JavaScript is required</noscript>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "auto",
"background_color": "#222222",
"display": "standalone"
}
2 changes: 1 addition & 1 deletion website/static/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "auto",
Keavon marked this conversation as resolved.
Show resolved Hide resolved
"background_color": "#ffffff",
"display": "standalone"
}