From e17b018f29fc8d5cf7549b1e6b9d228e7afa7391 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 22 Oct 2020 17:09:33 +0100 Subject: [PATCH] remove grey background for icons --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 4acddf0dc..8e91aec3d 100644 --- a/css/main.css +++ b/css/main.css @@ -5,7 +5,7 @@ } .avatar img { border-radius: 5px 5px 5px 5px; - background: #ddd; + background: #fff; } #toastcontainer { position:fixed;