diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index e8700c91ee9401f1a8efc47db47ede4a98273a2e..abfde8ffaafd34375a4745afe72c14c70c9a163d 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -20,7 +20,9 @@ $dark: #444 !default; //$balanced: #33cd5f !default; //$dark: #030055 !default; // bleu foncé uCoin App -//$assertive: #94c11f !default; +//$assertive: +// +// #94c11f !default; //$balanced: #94c11f !default; $light: #fff !default; diff --git a/www/index.html b/www/index.html index 4e67c36fbc059005cde017195ae4afeb3aa09a43..46371efd7619b330b10b4d6e1f6c2f9c6487083f 100644 --- a/www/index.html +++ b/www/index.html @@ -10,9 +10,11 @@ <meta name="theme-color" content="black"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <link rel="apple-touch-icon" href="img/logo_57px.png"> <link rel="manifest" href="manifest.json"> + <!-- build:css dist_css/cesium.css --> <link rel="stylesheet" type="text/css" href="css/ionic.app.css"> <link rel="stylesheet" type="text/css" href="css/style.css">