Theme color
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-01-15 15:43:30 +01:00
parent 9e59d578b8
commit 87922964de
5 changed files with 5 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.35) stable; urgency=low
hedera-web (1.407.36) stable; urgency=low
* Initial Release.

BIN
image/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.35",
"version": "1.407.36",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -2,12 +2,12 @@
"name": "Verdnatura",
"icons": [
{
"src": "\/image\/favicon\/favicon.png",
"src": "\/image\/favicon.png",
"sizes": "512x512"
}
],
"start_url": "/index.php",
"display": "standalone",
"theme_color": "#009688",
"theme_color": "#333333",
"background_color": "#FFFFFF"
}

View File

@ -15,7 +15,7 @@ $result = $db->query('SELECT name, content FROM metatag');
<link rel="icon" type="image/png" href="image/favicon/favicon.png"/>
<link rel="icon" type="image/svg+xml" href="image/icon.svg" sizes="any"/>
<link rel="manifest" href="<?=$dir?>/manifest.json"/>
<meta name="theme-color" content="#009688"/>
<meta name="theme-color" content="#333333"/>
<meta name="content-language" content="<?=$lang?>"/>
<?php while ($row = $result->fetch_object()): ?>