Browse Source

adjusted background on chat bubble

pull/11/head
gilbN 6 years ago
parent
commit
bc01dd6722
  1. 2
      CSS/themes/organizr/organizr-base.css

2
CSS/themes/organizr/organizr-base.css

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

Loading…
Cancel
Save