diff --git a/public/static/manifest.json b/public/static/manifest.json index 7e856f2..09970d9 100644 --- a/public/static/manifest.json +++ b/public/static/manifest.json @@ -29,6 +29,6 @@ }], "start_url": "/", "display": "standalone", - "background_color": "#ffffff", + "background_color": "#673ab7", "theme_color": "#673ab7" } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 4877488..c7f0847 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -5,6 +5,10 @@ + + + + % my $av = 'v10'; # asset version %= stylesheet "/static/${av}/css/materialize.min.css"