Skip to content

Commit af2bcc5

Browse files
committed
PWA theme
1 parent 3b93134 commit af2bcc5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<meta property="og:type" content="website">
1212
<meta name="twitter:card" content="summary">
1313
<meta name="twitter:title" content="Move Frequently - Fight Sedentarism with Simple Desk Exercises">
14-
<meta name="twitter:description" content="Combat sedentary lifestyles with Move Frequently - delivering simple exercises to do at your desk every <%= NextExercise::PERIOD.inspect %>. Stay active and healthy while working!">
15-
<meta name="theme-color" content="#ebf8ff">
14+
<meta name="twitter:description" content="Combat sedentary lifestyles with Move Frequently - delivering simple exercises to do at your desk every <%= NextExercise::PERIOD.inspect %>. Stay active and healthy while working!">
1615

1716
<%= csrf_meta_tags %>
1817
<%= csp_meta_tag %>

app/views/pwa/manifest.json.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"display": "standalone",
1818
"scope": "/",
1919
"description": "Move Frequently. Combat sedentarism.",
20-
"theme_color": "red",
21-
"background_color": "red"
20+
"theme_color": "#ebf8ff",
21+
"background_color": "#ebf8ff"
2222
}

0 commit comments

Comments
 (0)