From 7df5651bcd7809649a8dad00d82cd016db177063 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 22 Dec 2016 12:46:32 +0100 Subject: [PATCH] Add background color --- css/style.css | 1 + manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 1c5c8e7..31ae741 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/manifest.json b/manifest.json index 0c4b662..25aae7f 100644 --- a/manifest.json +++ b/manifest.json @@ -33,5 +33,6 @@ "lang": "en", "start_url": "./", "theme_color": "#4F4F4F", + "background_color": "#EBEBEB", "orientation": "portrait" }