get rid of hardcoded colour >:(

This commit is contained in:
Matthew Hodgson
2017-10-27 22:47:51 +01:00
parent 5063fef4f5
commit b87fad991f
4 changed files with 4 additions and 1 deletions

View File

@@ -31,5 +31,5 @@ limitations under the License.
.mx_BaseAvatar_image {
border-radius: 40px;
vertical-align: top;
background-color: #fff;
background-color: $avatar-bg-color;
}