Update avatar to solid background
This commit is contained in:
parent
99a02eb94d
commit
058daeb57f
|
@ -45,12 +45,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background: rgb(63, 94, 251);
|
background: #3aab87;
|
||||||
background: linear-gradient(
|
|
||||||
155deg,
|
|
||||||
rgba(63, 94, 251, 1) 0%,
|
|
||||||
rgba(53, 199, 86, 1) 47%
|
|
||||||
);
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in New Issue