aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Message.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-24 14:15:17 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitc464702610ffb7f9a143070fdc4711d83ce27436 (patch)
tree1a2dbe58abea9b0a4d4a1fe7c27e72df7e9d2a74 /vnext/src/ui/Message.css
parent8bc4d932b20079c01045248fc02b2726ba73775c (diff)
Fix link color in own messages
Diffstat (limited to 'vnext/src/ui/Message.css')
-rw-r--r--vnext/src/ui/Message.css16
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;