From 06c28b30d70333f5815125ca8cba58be5824e939 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 7 Sep 2015 09:19:19 +0000 Subject: [PATCH] Add background colour to home page carousel slides so text is readable before image loads (previously it was white-on-white). --- less/home.less | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5