Removed --avatar-url variable.

This commit is contained in:
flash 2019-03-25 21:13:19 +01:00
parent 101d4d1b51
commit 7be5ebf70e

View file

@ -1,6 +1,5 @@
.avatar { .avatar {
flex-shrink: 0; flex-shrink: 0;
background-image: var(--avatar-url); // stop using this
background-color: var(--background-colour); background-color: var(--background-colour);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;