Colors on chat changed and icon and splash changed

This commit is contained in:
Eudes Inácio
2021-10-28 16:08:49 +01:00
parent cff1bdf5e6
commit 56ab62fa8a
30 changed files with 26 additions and 17 deletions
@@ -136,12 +136,12 @@
}
.incoming-false{
margin: 10px 20px 10px 75px;
background: #e4f4fe;
background: var(--chat-incoming-msg-color);
float: right;
}
.title{
display: inline;
color: #0782c9;
color: var(--title-text-color);
font-weight: bold;
margin-bottom: 5px;