We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dd364 commit 4e153dcCopy full SHA for 4e153dc
3 files changed
app/views/pwa/manifest.json.erb
@@ -19,6 +19,6 @@
19
"display": "standalone",
20
"scope": "/",
21
"description": "MayStore.",
22
- "theme_color": "red",
23
- "background_color": "red"
+ "theme_color": "#cc0000",
+ "background_color": "#cc0000"
24
}
public/icon.svg
public/offline.html
@@ -15,7 +15,7 @@
15
p { color: #6b7280; }
16
button {
17
margin-top: 1rem; padding: 0.5rem 1.5rem;
18
- background: red; color: white; border: none;
+ background: #cc0000; color: white; border: none;
border-radius: 0.375rem; cursor: pointer; font-size: 1rem;
</style>
0 commit comments