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 {
|
||||
text-align:center;
|
||||
background-color: #EBEBEB;
|
||||
background-image:url('../img/fond.jpg');
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight:400;
|
||||
|
|
|
@ -33,5 +33,6 @@
|
|||
"lang": "en",
|
||||
"start_url": "./",
|
||||
"theme_color": "#4F4F4F",
|
||||
"background_color": "#EBEBEB",
|
||||
"orientation": "portrait"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue