modifico colores en manifest.json
This commit is contained in:
parent
bc9d9ef6d5
commit
fec4cf5b78
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue