diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-21 00:28:57 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-21 00:28:57 +0100 |
commit | 587bf6820ee4dd5314488be68aa1e8ae07920356 (patch) | |
tree | 855dbc425fad7bf57ff26bd2d99242e0ebea1026 /app/views | |
parent | e09d3a2c6692fbc16cc6788cdc32b87e86f0b60f (diff) |
Improved launcher icon on Android
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/application.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 87f98198c..5b5239dd5 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -8,7 +8,7 @@ %link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/ %link{:rel => "manifest", :href => "/manifest.json"}/ %meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/ - %meta{:name => "theme-color", :content => "#2b90d9"}/ + %meta{:name => "theme-color", :content => "#282c37"}/ %meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/ %title |