From e79e7967cb2e122cf030b28dd2a835f75c8da8a1 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Wed, 23 Mar 2016 12:43:37 +0000 Subject: [PATCH] Change color background loading gif --- css/freelancer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/freelancer.css b/css/freelancer.css index f1c028c..535fdcc 100644 --- a/css/freelancer.css +++ b/css/freelancer.css @@ -11,7 +11,7 @@ width: 100%; height: 100%; z-index: 9999; - background: url('/img/loadinggif/preloader.gif') 50% 50% no-repeat rgb(249,249,249); + background: url('/img/loadinggif/preloader.gif') 50% 50% no-repeat rgb(256,256,256); } body {