From e9e0eb783bde5c8ceff2278695a92cf7e1ac2e1d Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 25 Oct 2016 18:17:28 +0000 Subject: [PATCH] different background --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 86bd1b0..0a0ff62 100644 --- a/css/index.css +++ b/css/index.css @@ -10,7 +10,7 @@ body { text-align: center; background: #393f42; /* background: linear-gradient( #464d51 , #393f42 ); */ - background: #393f42 url(../images/background.png); + background: #393f42 url(../images/background-blue.png); /* background-size: cover; */ position: relative; overflow: visible;