diff --git a/src/components/Author/Userpic.module.scss b/src/components/Author/Userpic.module.scss index 3ff3c966..94fc7f63 100644 --- a/src/components/Author/Userpic.module.scss +++ b/src/components/Author/Userpic.module.scss @@ -1,5 +1,6 @@ .circlewrap { align-items: baseline; + background: #f7f7f8; border-radius: 100%; display: flex; height: 32px; @@ -21,7 +22,6 @@ border-radius: 50%; font-size: small; border: 2px solid black; - background-color: white; text-align: center; line-height: 28px; min-width: 32px;