1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Update avatar to solid background

This commit is contained in:
Andrew Kingston 2021-05-06 10:49:04 +01:00
parent 99a02eb94d
commit 058daeb57f

View file

@ -45,12 +45,7 @@
display: grid;
place-items: center;
font-weight: 500;
background: rgb(63, 94, 251);
background: linear-gradient(
155deg,
rgba(63, 94, 251, 1) 0%,
rgba(53, 199, 86, 1) 47%
);
background: #3aab87;
border-radius: 50%;
overflow: hidden;
user-select: none;