Update avatar to solid background

This commit is contained in:
Andrew Kingston 2021-05-06 10:49:04 +01:00
parent c8ecc38bfb
commit df43d2efb2
1 changed files with 1 additions and 6 deletions

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;