no squeesh

This commit is contained in:
giggs 2022-07-27 23:41:13 +02:00
parent a542e8eb6f
commit 8e51a4dfd4
1 changed files with 3 additions and 0 deletions

View File

@ -8512,12 +8512,15 @@ input[type=submit] {
.avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
flex-shrink: 0;
border-radius: 100%;
overflow: hidden;
background-color: #bbb;
background-color: var(--dimmest-color); }
:root {
--fade-color: #f8f8f8;
--fade-color: var(--content-background); }