Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
Fix theme color (again) (#295)
Browse files Browse the repository at this point in the history
Last time I missed the actual value in the HTML head of the layout. This
one should work
  • Loading branch information
coreyja authored Mar 16, 2019
1 parent 91151ee commit 1bf83e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ capybara-*.html
/public/system
/coverage/
/spec/tmp
**.orig
**/*.orig
rerun.txt
pickle-email-*.html
.idea
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>PackageTracker</title>
<%= csrf_meta_tags %>
<link rel="manifest" href="<%= asset_path 'manifest.json' %>">
<meta name="theme-color" content="#f7b551">
<meta name="theme-color" content="#ccf0c3">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down

0 comments on commit 1bf83e9

Please sign in to comment.