diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 84c61b0a3a..509af1b0e2 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1545,6 +1545,10 @@ blockquote p { vertical-align: top; border-radius: 4px; overflow: hidden; + + &.guest-avatar::after { + outline: 2px solid hsl(0, 0%, 100%); + } } .home-error-bar { diff --git a/static/templates/single_message.handlebars b/static/templates/single_message.handlebars index b189c6db08..1d25ea1739 100644 --- a/static/templates/single_message.handlebars +++ b/static/templates/single_message.handlebars @@ -10,8 +10,8 @@ {{#include_sender}} {{! See ../js/notifications.js for another user of avatar_url. }} -