From: stephen@cubedesigners.com Date: Mon, 7 Sep 2015 09:19:19 +0000 (+0000) Subject: Add background colour to home page carousel slides so text is readable before image... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=06c28b30d70333f5815125ca8cba58be5824e939;p=cubedesigners-v7.git Add background colour to home page carousel slides so text is readable before image loads (previously it was white-on-white). --- diff --git a/less/home.less b/less/home.less index 2dca92d..f2c4cfd 100644 --- a/less/home.less +++ b/less/home.less @@ -64,6 +64,7 @@ nav.active[role="navigation"] { left: 0; width: 100%; height: 100%; + background-color: #333; // Base colour needed so menu and text is readable before image loads background-size: cover; background-repeat: no-repeat; background-position: 50% 0;