modifico colores en manifest.json

This commit is contained in:
carme 2021-10-04 17:34:09 +02:00
parent bc9d9ef6d5
commit fec4cf5b78
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,9 +1,9 @@
/* Global */
:root {
--color-black: #020a15;
--color-gray: #9C9184;
--color-gray: #9c9184;
--color-white: #fcead5;
--color-background: #E5D5C2;
--color-background: #e5d5c2;
--height-img: 10rem;
}

View File

@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
"theme_color": "#ffffff",
"theme_color": "#fcead5",
"icons": [
{
"src": "manifest-icon-192.png",
@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
"background_color": "#ffffff"
"background_color": "#fcead5"
}