From d3bdf4cf03c312ca4a4ef8d62913f7e88fe30bbd Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sun, 1 Jan 2023 17:48:10 -0500 Subject: [PATCH] Remove white background from avatars Fixes #387 --- app/scss/comments.scss | 2 +- app/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scss/comments.scss b/app/scss/comments.scss index 5e8d5ab9..31763b45 100644 --- a/app/scss/comments.scss +++ b/app/scss/comments.scss @@ -1,7 +1,7 @@ .img-thumbnail-1 { padding: 0px; // width: 100%; - background: white; + border: unset; } .comments { diff --git a/app/templates/base.html b/app/templates/base.html index 79ee495a..6912f460 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@