diff options
Diffstat (limited to 'vnext/src/ui/Message.css')
-rw-r--r-- | vnext/src/ui/Message.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index 4ff8169e..9bcca83b 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -148,6 +148,22 @@ blockquote { padding: 12px; text-align: right; } +.msg-bubble { + padding: 12px; + display: inline-block; + background: var(--border-color); + color: #222; +} + +.msg-bubble-my { + color: #fff !important; + background: var(--link-color) !important; +} + +.msg-bubble-my a { + color: #fff !important; + text-decoration: underline; +} #replies .msg-txt, #private-messages .msg-txt { margin: 0; |