Re-apply the avatar change

It was only made to CSS and we overwrote it...
This commit is contained in:
Ben Visness 2022-08-03 18:59:48 -05:00
parent 081186c8f0
commit 09652c4146
2 changed files with 2 additions and 0 deletions

View File

@ -8515,6 +8515,7 @@ input[type=submit] {
flex-shrink: 0;
border-radius: 100%;
overflow: hidden;
object-fit: cover;
background-color: #bbb;
background-color: var(--dimmest-color); }

View File

@ -56,6 +56,7 @@
flex-shrink: 0;
border-radius: 100%;
overflow: hidden;
object-fit: cover;
@include usevar(background-color, dimmest-color);
}