We'll give you a nice animation effect with your mouse on the avatar. Simply paste the following css codes into the extra.less template of your theme.
/*avatar animation*/
.message-avatar-wrapper .avatar:before,
.message-avatar-wrapper .avatar:after{
border-color: #00c5de;
}...