forked from mystiq/hydrogen-web
white background for transparent avatar images
This commit is contained in:
parent
050d603812
commit
16fda4dde0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ limitations under the License.
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: #3D88FA;
|
background: #fff;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue