Merge pull request #5405 from fsih/avatarStyle

Outlines for avatars
This commit is contained in:
Paul Kaplan 2021-05-13 21:23:00 -04:00 committed by GitHub
commit 2962f78881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,10 @@
.avatar {
margin-right: .5rem;
border-radius: 4px;
box-shadow: 0px 0px 0px 1px rgba(77, 151, 255, 0.25);
width: 3rem;
height: 3rem;
}
.comment-body {