Skip to content

Commit 4e153dc

Browse files
committed
Use hex color #cc0000 instead of named red for consistency with slides
1 parent d4dd364 commit 4e153dc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/pwa/manifest.json.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"display": "standalone",
2020
"scope": "/",
2121
"description": "MayStore.",
22-
"theme_color": "red",
23-
"background_color": "red"
22+
"theme_color": "#cc0000",
23+
"background_color": "#cc0000"
2424
}

public/icon.svg

Lines changed: 1 addition & 1 deletion
Loading

public/offline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
p { color: #6b7280; }
1616
button {
1717
margin-top: 1rem; padding: 0.5rem 1.5rem;
18-
background: red; color: white; border: none;
18+
background: #cc0000; color: white; border: none;
1919
border-radius: 0.375rem; cursor: pointer; font-size: 1rem;
2020
}
2121
</style>

0 commit comments

Comments
 (0)