remove grey background for icons

master
Gordon Williams 2020-10-22 17:09:33 +01:00
parent 51d699d6dd
commit e17b018f29
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
} }
.avatar img { .avatar img {
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
background: #ddd; background: #fff;
} }
#toastcontainer { #toastcontainer {
position:fixed; position:fixed;