Add background color
This commit is contained in:
parent
ffb7f28aeb
commit
7df5651bcd
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
background-color: #EBEBEB;
|
||||||
background-image:url('../img/fond.jpg');
|
background-image:url('../img/fond.jpg');
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
|
|
|
@ -33,5 +33,6 @@
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"start_url": "./",
|
"start_url": "./",
|
||||||
"theme_color": "#4F4F4F",
|
"theme_color": "#4F4F4F",
|
||||||
|
"background_color": "#EBEBEB",
|
||||||
"orientation": "portrait"
|
"orientation": "portrait"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue