From 8b6e69927e7b1ebdca12962b03d4a85f42e5ec7a Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 11 Dec 2014 23:44:56 -0300 Subject: [PATCH] fix change bg colour --- css/src/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/src/main.css b/css/src/main.css index 7e5845571..3557d1899 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -339,7 +339,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu .main { margin-left: 250px; padding: 95px 1.5rem; - background-color: #F8F8FB; + background-color: #E8ECEF; } .logo-setup {