From 16bb6c29a4e3570a24d9b1b17a5ad799cf68fc7e Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Wed, 5 Dec 2018 10:27:26 -0500 Subject: [PATCH] background color fix (look a little better on larger screen) --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 0a90766..7ab94ac 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,8 @@ body{ - background-color: #eff4f9; + background-color: #1C406A; background-image: url("images/background/playstation-minimalism.jpg"); background-repeat: no-repeat; background-attachment: fixed; - background-size: 100%; font-family: 'Barlow';font-size: 16px; }