From 219f8cbff5c3364490cc0baf2de9c4278c7c115f Mon Sep 17 00:00:00 2001 From: suroh Date: Mon, 23 Jul 2018 09:27:29 +0200 Subject: [PATCH] added background colour to work links as fill in while images load. TODO: optimise images further to lighten load --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index d120b66..891c5bf 100755 --- a/css/styles.css +++ b/css/styles.css @@ -129,6 +129,7 @@ section#otherSection { border: solid thick white; background-position: center !important; background-size: cover !important; + background-color: #BFBFBF; } .work ul a {