|
|
@@ -124,6 +124,10 @@ body {
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
+.message-bubble.sent .message-content a {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
.message-bubble.received {
|
|
|
align-self: flex-start;
|
|
|
}
|
|
|
@@ -133,6 +137,10 @@ body {
|
|
|
color: black;
|
|
|
}
|
|
|
|
|
|
+.message-bubble.received .message-content a {
|
|
|
+ color: #DD7164;
|
|
|
+}
|
|
|
+
|
|
|
.imessage-footer {
|
|
|
padding: 10px;
|
|
|
border-top: 1px solid #e5e5e5;
|