From f3f5d97b3e89212b727cb3b158753a32908e83b8 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Sun, 7 Jul 2024 12:36:24 +0100 Subject: [PATCH] Make background colour of card images white --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 940ee74..b5c6793 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,6 +24,7 @@ max-height: 100px; object-fit: cover; overflow: hidden; + background-color: #fff; } #background { -- GitLab