From 398e23256d2d10dd6c6963548e8d51710872819d Mon Sep 17 00:00:00 2001 From: Warrick Corfe-Tan Date: Tue, 20 Jul 2021 11:09:27 +1000 Subject: [PATCH] minor style tweak. --- stylesheets/_modules.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 577e93568..36472975d 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1277,8 +1277,7 @@ .module-image { overflow: hidden; - // background-color: $color-white; - background-color: rgba(0, 0, 0, 0); + background: none; position: relative; display: inline-block; margin: 1px;