Add background color

This commit is contained in:
Pierre Rudloff 2016-12-22 12:46:32 +01:00
parent ffb7f28aeb
commit 7df5651bcd
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -33,5 +33,6 @@
"lang": "en",
"start_url": "./",
"theme_color": "#4F4F4F",
"background_color": "#EBEBEB",
"orientation": "portrait"
}