Ninja #joms-chatbar .joms-chat__message-body--mine>div{background-color:#00ff00!important;color:black!important}
Kindly change the code as i said above in previous suggestion
At the moment you set the background gree so it is green http://prntscr.com/1xogny4
Current code u added is
#joms-chatbar .joms-chat__message-body--mine>div{background-color:#00ff00;color:black}
It should be
#joms-chatbar .joms-chat__message-body--mine>div{background-color:#00ff00!important;color:black!important;}
Color codes can be changed based on your needs as i am not sure which silver color code u want to put there.