adjusted background on chat bubble

This commit is contained in:
gilbN 2019-06-17 20:30:35 +02:00
parent 714a4e4716
commit bc01dd6722

View File

@ -21,7 +21,7 @@ html {
background: var(--modal-bg-color);
}
.chat-list .odd .chat-text {
background: var(--custom-buttons-color);
background: rgba(255, 255, 255, 0.15);
}
/* Background */
#page-wrapper {