Add background color to default profile image

Fixes #785
This commit is contained in:
Sodbileg Gansukh 2021-03-29 11:43:45 +08:00
parent 816e1f608e
commit 53ff37cf10
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1515,6 +1515,8 @@ Ghost editor. */
height: 150px;
object-fit: cover;
margin: 0 0 2rem;
background: color-mod(var(--color-lightgrey) l(+10%));
border-radius: 50%;
}
.author-profile h1 {